<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.opengis.net/wfs/responses" xmlns:wfs="http://www.opengis.net/wfs" xmlns:ows="http://www.opengis.net/ows" xmlns:wfs-util="http://www.opengis.net/wfs-util" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:documentation xmlns:dc="http://purl.org/dc/elements/1.1/">
    <dc:date>2004-06-07</dc:date>
    <dc:description>
         This WSDL document defines the response messages and types
         for the WFS.
      </dc:description>
  </wsdl:documentation>
  <wsdl:types>
    <xsd:schema elementFormDefault="qualified" targetNamespace="http://www.opengis.net/wfs" version="1.1.0">
      <xsd:include schemaLocation="../wfs.xsd"/>
      <xsd:import namespace="http://www.opengis.net/wfs-util" schemaLocation="./wfs-util.xsd"/>
      <xsd:import namespace="http://www.opengis.net/ows" schemaLocation="../../../ows/1.0.0/owsExceptionReport.xsd"/>
      <xsd:include schemaLocation="../../1.0.0/WFS-transaction.xsd"/>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="ServiceExceptionReport">
    <wsdl:part element="ows:ExceptionReport" name="Body"/>
  </wsdl:message>
  <wsdl:message name="GetCapabilitiesResponse">
    <wsdl:part element="wfs:WFS_Capabilities" name="Body"/>
  </wsdl:message>
  <wsdl:message name="DescribeFeatureTypeResponse">
    <wsdl:part name="Body" element="wfs-util:DescribeFeatureTypeResponse"/>
  </wsdl:message>
  <wsdl:message name="GetFeatureResponse">
    <wsdl:part element="wfs:FeatureCollection" name="Body"/>
  </wsdl:message>
  <wsdl:message name="GetFeatureWithLockResponse">
    <wsdl:part element="wfs:FeatureCollection" name="Body"/>
  </wsdl:message>
  <wsdl:message name="GetGMLObjectResponse">
    <wsdl:part element="wfs-util:GetGMLObjectResponse" name="Body"/>
  </wsdl:message>
  <wsdl:message name="LockFeatureResponse">
    <wsdl:part element="wfs:LockFeatureResponse" name="Body"/>
  </wsdl:message>
  <wsdl:message name="TransactionResponse">
    <wsdl:part element="wfs:TransactionResponse" name="Body"/>
  </wsdl:message>
</wsdl:definitions>

