wfs-responses.wsdl 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <wsdl:definitions
  3. targetNamespace="http://www.opengis.net/wfs/responses/2.0"
  4. xmlns:wfs-util="http://www.opengis.net/wfs-util/2.0"
  5. xmlns:wfs="http://www.opengis.net/wfs/2.0"
  6. xmlns:ows="http://www.opengis.net/ows/1.1"
  7. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  8. xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  9. <wsdl:documentation xmlns:dc="http://purl.org/dc/elements/1.1/">
  10. <dc:date>2008-08-31</dc:date>
  11. <dc:description>
  12. This WSDL document defines the response messages and types
  13. for the WFS.
  14. </dc:description>
  15. </wsdl:documentation>
  16. <wsdl:types>
  17. <xsd:schema targetNamespace="http://www.opengis.net/wfs/2.0"
  18. xmlns:wfs="http://www.opengis.net/wfs/2.0"
  19. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  20. elementFormDefault="qualified" version="1.1.0">
  21. <xsd:include schemaLocation="./wfs.xsd"/>
  22. <xsd:import namespace="http://www.opengis.net/wfs-util/2.0" schemaLocation="./wfs-util.xsd"/>
  23. <xsd:import namespace="http://www.opengis.net/ows/1.1" schemaLocation="http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd"/>
  24. </xsd:schema>
  25. </wsdl:types>
  26. <wsdl:message name="ServiceExceptionReport">
  27. <wsdl:part element="ows:ExceptionReport" name="Body"/>
  28. </wsdl:message>
  29. <wsdl:message name="GetCapabilitiesResponse">
  30. <wsdl:part element="wfs:WFS_Capabilities" name="Body"/>
  31. </wsdl:message>
  32. <wsdl:message name="DescribeFeatureTypeResponse">
  33. <wsdl:part element="wfs-util:DescribeFeatureTypeResponse" name="Body"/>
  34. </wsdl:message>
  35. <wsdl:message name="GetPropertyValueResponse">
  36. <wsdl:part element="wfs:ValueCollection" name="Body"/>
  37. </wsdl:message>
  38. <wsdl:message name="GetFeatureResponse">
  39. <wsdl:part element="wfs:FeatureCollection" name="Body"/>
  40. </wsdl:message>
  41. <wsdl:message name="GetFeatureWithLockResponse">
  42. <wsdl:part element="wfs:FeatureCollection" name="Body"/>
  43. </wsdl:message>
  44. <wsdl:message name="LockFeatureResponse">
  45. <wsdl:part element="wfs:LockFeatureResponse" name="Body"/>
  46. </wsdl:message>
  47. <wsdl:message name="TransactionResponse">
  48. <wsdl:part element="wfs:TransactionResponse" name="Body"/>
  49. </wsdl:message>
  50. <wsdl:message name="ListStoredQueriesResponse">
  51. <wsdl:part element="wfs:ListStoredQueriesResponse" name="Body"/>
  52. </wsdl:message>
  53. <wsdl:message name="DescribeStoredQueriesResponse">
  54. <wsdl:part element="wfs:DescribeStoredQueriesResponse" name="Body"/>
  55. </wsdl:message>
  56. <wsdl:message name="CreateStoredQueryResponse">
  57. <wsdl:part element="wfs:CreateStoredQueryResponse" name="Body"/>
  58. </wsdl:message>
  59. <wsdl:message name="DropStoredQueryResponse">
  60. <wsdl:part element="wfs:DropStoredQueryResponse" name="Body"/>
  61. </wsdl:message>
  62. </wsdl:definitions>