Changes between Version 11 and Version 12 of ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
- Timestamp:
- Oct 15, 2010, 7:09:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
v11 v12 496 496 497 497 Here is an example of what the ExecuteResponse using storeExecuteResponse=true in the request would look like : 498 499 [[Image(Practical introduction to ZOO - 7.png,width=550px)]] 498 500 499 501 Then, according to the statusLocation, you should get the ExecuteResponse as you get before using the previous request. Note that can be really useful to provide some caching system for a client application. … … 539 541 540 542 Please open this page in your browser, simply fill the XML request content into the textarea field and click the « run using XML Request » submit button. You will get exactly the same result as when running your Service using the GET request. The screenshot above show the HTML form including the request and the ExecuteResponse document displayed in the iframe at the bottom of the page : 543 544 [[Image(Practical introduction to ZOO - 8.png,width=550px)]] 541 545 542 546 The xlink:href value is used in the simplest way to deal with such data input. Obviously, you can also use a full JSON string of the geometry, as shown in the following XML Request example :