S_ADDRESS_STREET.wsdl 1.9 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wsdl:definitions targetNamespace="http://www.example.com/webservice"
  3. xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
  4. xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
  5. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  6. xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/"
  7. xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  8. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"
  9. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10. xmlns:ws="http://www.example.com/webservice"
  11. xmlns:SystemObjects__x3A__S_ADDRESS_STREET="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/S_ADDRESS_STREET.xsd"
  12. >
  13. <wsdl:types>
  14. <wsdl:documentation> Schemat dzialania funkcji testowej do wyswietlenia TypeSpeciala
  15. S_ADDRESS_STREET </wsdl:documentation>
  16. <xs:schema>
  17. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/S_ADDRESS_STREET.xsd" schemaLocation="S_ADDRESS_STREET.xsd"/>
  18. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/_TERYT_DB_PL.xsd" schemaLocation="../table/_TERYT_DB_PL.xsd"/>
  19. </xs:schema>
  20. </wsdl:types>
  21. <wsdl:message name="S_ADDRESS_STREET_request">
  22. <wsdl:part name="Body" element="SystemObjects__x3A__S_ADDRESS_STREET:S_ADDRESS_STREET_request"/>
  23. </wsdl:message>
  24. <wsdl:message name="S_ADDRESS_STREET_response">
  25. <wsdl:part name="Body" element="SystemObjects__x3A__S_ADDRESS_STREET:S_ADDRESS_STREET_response"/>
  26. </wsdl:message>
  27. <wsdl:portType name="TYPESPECIAL">
  28. <wsdl:operation name="S_ADDRESS_STREET">
  29. <wsdl:input message="S_ADDRESS_STREET_request"/>
  30. <wsdl:output message="S_ADDRESS_STREET_response"/>
  31. <!--<wsdl:fault name="ServiceExceptionReport" message="wfs-resp:ServiceExceptionReport"/>-->
  32. </wsdl:operation>
  33. </wsdl:portType>
  34. </wsdl:definitions>