Changes between Version 20 and Version 21 of ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
- Timestamp:
- Oct 15, 2010, 11:12:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
v20 v21 137 137 The returned ProcessDescriptions XML document should look like the following : 138 138 139 [[Image(Practical introduction to ZOO - 4.png,width=550px )]]139 [[Image(Practical introduction to ZOO - 4.png,width=550px,nolink)]] 140 140 141 141 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 : 142 142 143 [[Image(Practical introduction to ZOO - 5.png,width=550px )]]143 [[Image(Practical introduction to ZOO - 5.png,width=550px,nolink)]] 144 144 145 145 A similar error message will be returned if you try to run your Python Service : 146 146 147 [[Image(Practical introduction to ZOO - 6.png,width=550px )]]147 [[Image(Practical introduction to ZOO - 6.png,width=550px,nolink)]] 148 148 149 149 == Implementing single geometry processes ==