bug69668.wsdl 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://localhost/69668.php?a=a&amp;b=b" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  3. xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" name="TestService" targetNamespace="http://localhost/69668.php?a=a&amp;b=b">
  4. <types>
  5. <xsd:schema targetNamespace="http://localhost/69668.php?a=a&amp;b=b" />
  6. </types>
  7. <portType name="TestServicePort">
  8. <operation name="test">
  9. <documentation>test</documentation>
  10. <input message="tns:testIn" />
  11. <output message="tns:testOut" />
  12. </operation>
  13. </portType>
  14. <binding name="TestServiceBinding" type="tns:TestServicePort">
  15. <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
  16. <operation name="test">
  17. <soap:operation soapAction="http://localhost/69668.php?a=a&amp;b=b#test" />
  18. <input>
  19. <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost/69668.php?a=a&amp;b=b" />
  20. </input>
  21. <output>
  22. <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost/69668.php?a=a&amp;b=b" />
  23. </output>
  24. </operation>
  25. </binding>
  26. <service name="TestServiceService">
  27. <port name="TestServicePort" binding="tns:TestServiceBinding">
  28. <soap:address location="http://localhost/69668.php?a=a&amp;b=b" />
  29. </port>
  30. </service>
  31. <message name="testIn" />
  32. <message name="testOut">
  33. <part name="return" type="xsd:string" />
  34. </message>
  35. </definitions>