Changes between Version 20 and Version 21 of ZooKernel
- Timestamp:
- Sep 5, 2009, 6:21:30 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooKernel
v20 v21 86 86 You could also see the Cgi Version from [http://shilpa.media.osaka-cu.ac.jp/zoo/test_service.zo/?Service=WPS&request=GetCapabilities&Version=1.0.0 Shilpa !] 87 87 88 Some samples requests running on the Shilpa server :88 Some samples requests running on the Shilpa server (using KVP only) : 89 89 * DescribeProcess samples : 90 90 * [http://shilpa.media.osaka-cu.ac.jp/zoo/test_service.zo/?Service=WPS&Request=DescribeProcess&Version=1.0.0&Language=en-CA&Identifier=Buffer Buffer] … … 108 108 * [http://shilpa.media.osaka-cu.ac.jp/zoo/ogr_service.zo/?request=Execute&service=WPS&version=1.0.0&Identifier=Boundary&DataInputs=InputPolygon=Reference@xlink:href=http%3A%2F%2Fcarto.languedoc-roussillon.ecologie.gouv.fr%2Fwebservices%2Fwfs%2Fdiren_general%2F%3FVERSION%3D1.1.0%26service%3DWFS%26request%3DGetFeature%26typename%3DZnieff1%26maxfeatures%3D1;BufferDistance=100@datatype=interger@uom=meter Boundary] 109 109 110 Finally you've runed two services from two services provider, the same way. 110 Some sample (using POST XML requests), to use those examples you will have to put the following XML documents in the textare on [http://shilpa.media.osaka-cu.ac.jp/demo/test_services_post.html this page], then press "run using XML Request" to see the ZooKernel process your query : 111 * A simple DescribeProcess request : 112 {{{ 113 #!xml 114 <DescribeProcess xmlns="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 ../wpsDescribeProcess_request.xsd" service="WPS" version="1.0.0" language="en-CA"> 115 <ows:Identifier>Buffer</ows:Identifier> 116 <ows:Identifier>Boundary</ows:Identifier> 117 <ows:Identifier>GetArea</ows:Identifier> 118 </DescribeProcess> 119 }}} 120 121 No sample using the GetCapabilities request, only because we get issue in another level for GetCapabilities request, the KVP not working for every ServiceProvider.