Changeset 716
- Timestamp:
- Jun 30, 2015, 7:36:58 PM (9 years ago)
- Location:
- branches/PublicaMundi_David-devel/docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/client/howto.rst
r696 r716 39 39 40 40 Compiling ZOO-Client templates 41 --------------------------- ===41 ------------------------------ 42 42 43 43 In order to work with ZOO-Client, you will first need to compile the -
branches/PublicaMundi_David-devel/docs/services/debug.rst
r696 r716 58 58 ./zoo_loader.cgi "service=wps&version=1.0.0&request=execute&identifier=HelloPy&datainputs=a=your name&responsedocument=Result" 59 59 60 Working this way you can use the standard debug system of the actual programming language used 61 to develop your service. 60 Working this way you can use the standard debug system of the actual 61 programming language used to develop your service. 62 63 In case you should simulate POST requests, you can use the following 64 command to tell the ZOO-Kernel to use the file ``/tmp/req.xml`` as the 65 input XML request: 66 67 .. code-block:: guess 68 69 # Define required environment settings 70 export REQUEST_METHOD=POST 71 export CONTENT_TYPE=text/xml 72 # Run the request stored in a file 73 ./zoo_loader.cgi < /tmp/req.xml 74 62 75 63 76 GDB
Note: See TracChangeset
for help on using the changeset viewer.