bug41337_2.wsdl 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" ?>
  2. <definitions
  3. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  4. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  7. xmlns:si="http://soapinterop.org/xsd"
  8. xmlns:tns="http://linuxsrv.home/~dmitry/soap/test.wsdl"
  9. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  10. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  11. xmlns="http://schemas.xmlsoap.org/wsdl/"
  12. targetNamespace="http://linuxsrv.home/~dmitry/soap/test.wsdl">
  13. <import namespace="http://linuxsrv.home/~dmitry/soap/test.wsdl"
  14. location="bug41337_2_1.wsdl" />
  15. <binding name="TestServiceBinding" type="tns:TestServicePortType">
  16. <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
  17. <operation name="Add">
  18. <soap:operation soapAction="Add" style="rpc" />
  19. <input>
  20. <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  21. </input>
  22. <output>
  23. <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  24. </output>
  25. </operation>
  26. </binding>
  27. <service name="TestService">
  28. <port name="TestServicePort" binding="tns:TestServiceBinding">
  29. <soap:address location="http://linuxsrv.home/~dmitry/soap/soap_server.php" />
  30. </port>
  31. </service>
  32. </definitions>