| 115 | |
| 116 | A complete copy of this .zcfg file can be found at the following URL : |
| 117 | |
| 118 | http://zoo-project.org/trac/browser/trunk/zoo-services/ogr/base-vect-ops/cgi-env/Boundary.zcfg |
| 119 | |
| 120 | Once the ZOO metadata file is modified, you have to copy it in the same directory than your ZOO Kernel (so in your case /usr/lib/cgi-bin). Then you should be able to run the following request : |
| 121 | |
| 122 | http://localhost/zoo/?Request=DescribeProcess&Service=WPS&Identifier=Boundary&version=1.0.0 |
| 123 | |
| 124 | The returned ProcessDescriptions XML document should look like the following : |
| 125 | |
| 126 | Please note that the GetCapabilities and DescribeProcess only need a .zcfg file to be completed. Simple, isn't it ? At this step, if you request ZOO Kernel for an Execute, you will get an ExceptionReport document as response, looking as the following : |
| 127 | |
| 128 | |
| 129 | A similar error message will be returned if you try to run your Python Service : |
| 130 | |