| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <wsdl:definitions
- targetNamespace="http://www.opengis.net/wfs/requests/2.0"
- xmlns:wfs="http://www.opengis.net/wfs/2.0"
- xmlns:ows="http://www.opengis.net/ows/1.1"
- xmlns:wfs-req="http://www.opengis.net/wfs/requests/2.0"
- xmlns:wfs-resp="http://www.opengis.net/wfs/responses/2.0"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
- <wsdl:documentation xmlns:dc="http://purl.org/dc/elements/1.1/">
- <dc:identifier>urn:opengis:spec:wfs:wsdl-1.1:interfaces:2.0.2</dc:identifier>
- <dc:date>2008-08-31</dc:date>
- <dc:description>
- This is the the normative abstract service interface definition
- for the OpenGIS Web Feature Service, v2.0.2. The WSDL 1.1 syntax is
- used to describe the interface signatures and message structures.
- </dc:description>
- </wsdl:documentation>
- <wsdl:import namespace="http://www.opengis.net/wfs/responses/2.0"
- location="./wfs-responses.wsdl"/>
- <wsdl:types>
- <wsdl:documentation>
- Convenience schema that defines all common WFS message elements.
- </wsdl:documentation>
- <xsd:schema targetNamespace="http://www.opengis.net/wfs/2.0"
- xmlns:wfs="http://www.opengis.net/wfs/2.0"
- xmlns:gml="http://www.opengis.net/gml/3.2"
- xmlns:ogc="http://www.opengis.net/ogc/1.1"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified" version="1.1.0">
- <xsd:include schemaLocation="./wfs.xsd"/>
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="GetCapabilitiesRequest">
- <wsdl:part name="Body" element="wfs:GetCapabilities"/>
- </wsdl:message>
- <wsdl:message name="DescribeFeatureTypeRequest">
- <wsdl:part name="Body" element="wfs:DescribeFeatureType"/>
- </wsdl:message>
- <wsdl:message name="GetPropertyValueRequest">
- <wsdl:part name="Body" element="wfs:GetPropertyValue"/>
- </wsdl:message>
- <wsdl:message name="GetFeatureRequest">
- <wsdl:part name="Body" element="wfs:GetFeature"/>
- </wsdl:message>
- <wsdl:message name="GetFeatureWithLockRequest">
- <wsdl:part name="Body" element="wfs:GetFeatureWithLock"/>
- </wsdl:message>
- <wsdl:message name="LockFeatureRequest">
- <wsdl:part name="Body" element="wfs:LockFeature"/>
- </wsdl:message>
- <wsdl:message name="TransactionRequest">
- <wsdl:part name="Body" element="wfs:Transaction"/>
- </wsdl:message>
- <wsdl:message name="ListStoredQueriesRequest">
- <wsdl:part name="Body" element="wfs:ListStoredQueries"/>
- </wsdl:message>
- <wsdl:message name="DescribeStoredQueriesRequest">
- <wsdl:part name="Body" element="wfs:DescribeStoredQueries"/>
- </wsdl:message>
- <wsdl:message name="CreateStoredQueryRequest">
- <wsdl:part name="Body" element="wfs:CreateStoredQuery"/>
- </wsdl:message>
- <wsdl:message name="DropStoredQueryRequest">
- <wsdl:part name="Body" element="wfs:DropStoredQuery"/>
- </wsdl:message>
- <wsdl:portType name="wfs">
- <wsdl:operation name="wfs.getCapabilities">
- <wsdl:input message="wfs-req:GetCapabilitiesRequest"/>
- <wsdl:output message="wfs-resp:GetCapabilitiesResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.describeFeatureType">
- <wsdl:input message="wfs-req:DescribeFeatureTypeRequest"/>
- <wsdl:output message="wfs-resp:DescribeFeatureTypeResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.getPropertyValue">
- <wsdl:input message="wfs-req:GetPropertyValueRequest"/>
- <wsdl:output message="wfs-resp:GetPropertyValueResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.getFeature">
- <wsdl:input message="wfs-req:GetFeatureRequest"/>
- <wsdl:output message="wfs-resp:GetFeatureResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.getFeatureWithLock">
- <wsdl:input message="wfs-req:GetFeatureWithLockRequest"/>
- <wsdl:output message="wfs-resp:GetFeatureWithLockResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.lockFeature">
- <wsdl:input message="wfs-req:LockFeatureRequest"/>
- <wsdl:output message="wfs-resp:LockFeatureResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.transaction">
- <wsdl:input message="wfs-req:TransactionRequest"/>
- <wsdl:output message="wfs-resp:TransactionResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.listStoredQueries">
- <wsdl:input message="wfs-req:ListStoredQueriesRequest"/>
- <wsdl:output message="wfs-resp:ListStoredQueriesResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.describeStoredQueries">
- <wsdl:input message="wfs-req:DescribeStoredQueriesRequest"/>
- <wsdl:output message="wfs-resp:DescribeStoredQueriesResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.createStoredQuery">
- <wsdl:input message="wfs-req:CreateStoredQueryRequest"/>
- <wsdl:output message="wfs-resp:CreateStoredQueryResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- <wsdl:operation name="wfs.dropStoredQuery">
- <wsdl:input message="wfs-req:DropStoredQueryRequest"/>
- <wsdl:output message="wfs-resp:DropStoredQueryResponse"/>
- <wsdl:fault name="ServiceExceptionReport"
- message="wfs-resp:ServiceExceptionReport"/>
- </wsdl:operation>
- </wsdl:portType>
-
-
-
- <wsdl:binding name="wfs-SOAP" type="wfs-req:wfs">
- <wsdl:documentation>WFS interface bound to SOAP over HTTP/1.1.</wsdl:documentation>
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="wfs.getCapabilities">
- <soap:operation/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <soap:fault name="ServiceExceptionReport" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="wfs.describeFeatureType">
- <soap:operation/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <soap:fault name="ServiceExceptionReport" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="wfs.getFeature">
- <soap:operation/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <soap:fault name="ServiceExceptionReport" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="wfs.getFeatureWithLock">
- <soap:operation/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <soap:fault name="ServiceExceptionReport" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <!--<wsdl:operation name="wfs.getGMLObject">
- <soap:operation/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <soap:fault name="ServiceExceptionReport" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>-->
- <wsdl:operation name="wfs.lockFeature">
- <soap:operation/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <soap:fault name="ServiceExceptionReport" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="wfs.transaction">
- <soap:operation/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <soap:fault name="ServiceExceptionReport" use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:binding>
-
- <wsdl:binding name="wfs-POST" type="wfs-req:wfs">
- <wsdl:documentation>wfs interface bound to the HTTP/1.1 POST method.</wsdl:documentation>
- <http:binding verb="POST"/>
- <wsdl:operation name="wfs.getCapabilities">
- <http:operation location="wfs/http"/>
- <wsdl:input>
- <mime:mimeXml/>
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <mime:mimeXml/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="wfs.describeFeatureType">
- <http:operation location="wfs/http"/>
- <wsdl:input>
- <mime:mimeXml/>
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <mime:mimeXml/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="wfs.getFeature">
- <http:operation location="wfs/http"/>
- <wsdl:input>
- <mime:mimeXml/>
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <mime:mimeXml/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="wfs.getFeatureWithLock">
- <http:operation location="wfs/http"/>
- <wsdl:input>
- <mime:mimeXml/>
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <mime:mimeXml/>
- </wsdl:fault>
- </wsdl:operation>
- <!--<wsdl:operation name="wfs.getGMLObject">
- <http:operation location="wfs/http"/>
- <wsdl:input>
- <mime:mimeXml/>
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <mime:mimeXml/>
- </wsdl:fault>
- </wsdl:operation>-->
- <wsdl:operation name="wfs.lockFeature">
- <http:operation location="wfs/http"/>
- <wsdl:input>
- <mime:mimeXml/>
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <mime:mimeXml/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="wfs.transaction">
- <http:operation location="wfs/http"/>
- <wsdl:input>
- <mime:mimeXml/>
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml/>
- </wsdl:output>
- <wsdl:fault name="ServiceExceptionReport">
- <mime:mimeXml/>
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:binding>
-
- <wsdl:service name="WFS-Procesy5-soap">
- <wsdl:documentation>
- A WFS-1.1 implementation. Includes alternative SOAP bindings for the WFS interfaces.
- </wsdl:documentation>
- <wsdl:port name="wfs-SOAP-Port" binding="wfs-req:wfs-SOAP">
- <soap:address location="https://biuro.biall-net.pl/SE/version-git/wfs-data.php?SERVICE=WFS"/>
- </wsdl:port>
- </wsdl:service>
-
- <wsdl:service name="WFS-Procesy5-post">
- <wsdl:documentation>A WFS-1.1 implementation.</wsdl:documentation>
- <wsdl:port name="wfs-POST-Port" binding="wfs-req:wfs-POST">
- <http:address location="https://biuro.biall-net.pl/SE/version-git/wfs-data.php?SERVICE=WFS"/>
- </wsdl:port>
- </wsdl:service>
- <wsdl:service name="WFS-Procesy5-get">
- <wsdl:documentation>A WFS-1.1 implementation.</wsdl:documentation>
- <wsdl:port name="wfs-GET-Port" binding="wfs-req:wfs-POST">
- <http:address location="https://biuro.biall-net.pl/SE/version-git/wfs-data.php?SERVICE=WFS"/>
- </wsdl:port>
- </wsdl:service>
-
- </wsdl:definitions>
|