| 21 | You can run the tests present in this document using [http://svn.zoo-project.org/trac/attachment/wiki/ZOOWPSImplementationReport/testXmlValidation.sh this bash script], please check for prequistes. It shall give you result like the following : |
| 22 | |
| 23 | {{{ |
| 24 | ./testXmlValidation.sh http://localhost/cgi-bin-new/zoo_loader.cgi |
| 25 | * Test validity of the answer for GetCapabilities request |
| 26 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=GetCapabilities&SERVICE=WPS validates |
| 27 | * Test validity of the answer for DescribeProcess requests |
| 28 | * DescribeProcess for Buffer |
| 29 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=Buffer validates |
| 30 | * DescribeProcess for Boundary |
| 31 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=Boundary validates |
| 32 | * DescribeProcess for Centroid |
| 33 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=Centroid validates |
| 34 | * DescribeProcess for ConvexHull |
| 35 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=ConvexHull validates |
| 36 | * DescribeProcess for Simplify |
| 37 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=Simplify validates |
| 38 | * DescribeProcess for Union |
| 39 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=Union validates |
| 40 | * DescribeProcess for Intersection |
| 41 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=Intersection validates |
| 42 | * DescribeProcess for Difference |
| 43 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=Difference validates |
| 44 | * DescribeProcess for SymDifference |
| 45 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=SymDifference validates |
| 46 | * DescribeProcess for Buffer Boundary Centroid ConvexHull Simplify Union Intersection Difference SymDifference |
| 47 | http://localhost/cgi-bin-new/zoo_loader.cgi?REQUEST=DescribeProcess&SERVICE=WPS&version=1.0.0&Identifier=Buffer,Boundary,Centroid,ConvexHull,Simplify,Union,Intersection,Difference,SymDifference validates |
| 48 | * Test validity of the answer for Execute requests |
| 49 | ** Test validity of the answer for a synchronous call using asReference |
| 50 | /tmp/execute_sync_ref.xml validates |
| 51 | ** Test validity of the answer for a synchronous call with data included |
| 52 | /tmp/execute_sync_woref.xml validates |
| 53 | ** Test validity of the answer for an asynchronous call using asReference |
| 54 | ** 1) Check initial answer |
| 55 | /tmp/execute_async_ref.xml validates |
| 56 | ** 2) Check the statusLocation |
| 57 | http://www.zoo-project.org/zoo/../ms_tmp//ogr_service.zo_21774.xml validates |
| 58 | ** Test validity of the answer for an asynchronous call with data included |
| 59 | ** 1) Check initial answer |
| 60 | /tmp/execute_async_woref.xml validates |
| 61 | ** 2) Check the statusLocation |
| 62 | http://www.zoo-project.org/zoo/../ms_tmp//ogr_service.zo_21774.xml validates |
| 63 | }}} |
| 64 | |
| 65 | |