| 12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <wsdl:definitions targetNamespace="http://www.example.com/webservice"
- xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
- xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/"
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:ws="http://www.example.com/webservice"
- xmlns:SystemObjects__x3A__S_ADDRESS_STREET="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/S_ADDRESS_STREET.xsd"
- >
- <wsdl:types>
- <wsdl:documentation> Schemat dzialania funkcji testowej do wyswietlenia TypeSpeciala
- S_ADDRESS_STREET </wsdl:documentation>
- <xs:schema>
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/S_ADDRESS_STREET.xsd" schemaLocation="S_ADDRESS_STREET.xsd"/>
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/_TERYT_DB_PL.xsd" schemaLocation="../table/_TERYT_DB_PL.xsd"/>
- </xs:schema>
- </wsdl:types>
- <wsdl:message name="S_ADDRESS_STREET_request">
- <wsdl:part name="Body" element="SystemObjects__x3A__S_ADDRESS_STREET:S_ADDRESS_STREET_request"/>
- </wsdl:message>
- <wsdl:message name="S_ADDRESS_STREET_response">
- <wsdl:part name="Body" element="SystemObjects__x3A__S_ADDRESS_STREET:S_ADDRESS_STREET_response"/>
- </wsdl:message>
- <wsdl:portType name="TYPESPECIAL">
- <wsdl:operation name="S_ADDRESS_STREET">
- <wsdl:input message="S_ADDRESS_STREET_request"/>
- <wsdl:output message="S_ADDRESS_STREET_response"/>
- <!--<wsdl:fault name="ServiceExceptionReport" message="wfs-resp:ServiceExceptionReport"/>-->
- </wsdl:operation>
- </wsdl:portType>
- </wsdl:definitions>
|