bug50675.wsdl 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wsdl:definitions targetNamespace="http://212.24.157.117:8080/axis/services/echo" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://212.24.157.117:8080/axis/services/echo" xmlns:intf="http://212.24.157.117:8080/axis/services/echo" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:service.EchoService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <wsdl:types>
  4. <schema targetNamespace="urn:service.EchoService" xmlns="http://www.w3.org/2001/XMLSchema">
  5. <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  6. <complexType name="EchoServiceException">
  7. <sequence>
  8. <element name="intParameter" type="xsd:int"/>
  9. <element name="parameter" nillable="true" type="soapenc:string"/>
  10. </sequence>
  11. </complexType>
  12. <complexType name="Person">
  13. <sequence>
  14. <element name="name" nillable="true" type="soapenc:string"/>
  15. </sequence>
  16. </complexType>
  17. </schema>
  18. </wsdl:types>
  19. <wsdl:message name="EchoServiceException">
  20. <wsdl:part name="EchoServiceException" type="tns1:EchoServiceException"/>
  21. </wsdl:message>
  22. <wsdl:message name="echoPersonResponse">
  23. <wsdl:part name="echoPersonReturn" type="tns1:Person"/>
  24. </wsdl:message>
  25. <wsdl:message name="echoPersonRequest">
  26. <wsdl:part name="p" type="tns1:Person"/>
  27. <wsdl:part name="p2" type="tns1:Person"/>
  28. </wsdl:message>
  29. <wsdl:portType name="EchoService">
  30. <wsdl:operation name="echoPerson" parameterOrder="p">
  31. <wsdl:input message="impl:echoPersonRequest" name="echoPersonRequest"/>
  32. <wsdl:output message="impl:echoPersonResponse" name="echoPersonResponse"/>
  33. <wsdl:fault message="impl:EchoServiceException" name="EchoServiceException"/>
  34. </wsdl:operation>
  35. </wsdl:portType>
  36. <wsdl:binding name="echoSoapBinding" type="impl:EchoService">
  37. <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  38. <wsdl:operation name="echoPerson">
  39. <wsdlsoap:operation soapAction=""/>
  40. <wsdl:input name="echoPersonRequest">
  41. <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://service" use="encoded"/>
  42. </wsdl:input>
  43. <wsdl:output name="echoPersonResponse">
  44. <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://212.24.157.117:8080/axis/services/echo" use="encoded"/>
  45. </wsdl:output>
  46. <wsdl:fault name="EchoServiceException">
  47. <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="EchoServiceException" namespace="http://212.24.157.117:8080/axis/services/echo" use="encoded"/>
  48. </wsdl:fault>
  49. </wsdl:operation>
  50. </wsdl:binding>
  51. <wsdl:service name="EchoServiceService">
  52. <wsdl:port binding="impl:echoSoapBinding" name="echo">
  53. <wsdlsoap:address location="http://212.24.157.117:8080/axis/services/echo"/>
  54. </wsdl:port>
  55. </wsdl:service>
  56. </wsdl:definitions>