bug32941.wsdl 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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 created by Apache Axis version: 1.2RC3
  4. Built on Feb 28, 2005 (10:15:14 EST)-->
  5. <wsdl:types>
  6. <schema targetNamespace="urn:service.EchoService" xmlns="http://www.w3.org/2001/XMLSchema">
  7. <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  8. <complexType name="EchoServiceException">
  9. <sequence>
  10. <element name="intParameter" type="xsd:int"/>
  11. <element name="parameter" nillable="true" type="soapenc:string"/>
  12. </sequence>
  13. </complexType>
  14. <complexType name="Person">
  15. <sequence>
  16. <element name="name" nillable="true" type="soapenc:string"/>
  17. <element name="surname" nillable="true" type="soapenc:string"/>
  18. </sequence>
  19. </complexType>
  20. </schema>
  21. </wsdl:types>
  22. <wsdl:message name="echoStringResponse">
  23. <wsdl:part name="echoStringReturn" type="soapenc:string"/>
  24. </wsdl:message>
  25. <wsdl:message name="EchoServiceException">
  26. <wsdl:part name="EchoServiceException" type="tns1:EchoServiceException"/>
  27. </wsdl:message>
  28. <wsdl:message name="echoStringRequest">
  29. <wsdl:part name="e" type="xsd:string"/>
  30. </wsdl:message>
  31. <wsdl:message name="echoPersonResponse">
  32. <wsdl:part name="echoPersonReturn" type="tns1:Person"/>
  33. </wsdl:message>
  34. <wsdl:message name="echoPersonRequest">
  35. <wsdl:part name="p" type="tns1:Person"/>
  36. </wsdl:message>
  37. <wsdl:portType name="EchoService">
  38. <wsdl:operation name="echoString" parameterOrder="e">
  39. <wsdl:input message="impl:echoStringRequest" name="echoStringRequest"/>
  40. <wsdl:output message="impl:echoStringResponse" name="echoStringResponse"/>
  41. <wsdl:fault message="impl:EchoServiceException" name="EchoServiceException"/>
  42. </wsdl:operation>
  43. <wsdl:operation name="echoPerson" parameterOrder="p">
  44. <wsdl:input message="impl:echoPersonRequest" name="echoPersonRequest"/>
  45. <wsdl:output message="impl:echoPersonResponse" name="echoPersonResponse"/>
  46. <wsdl:fault message="impl:EchoServiceException" name="EchoServiceException"/>
  47. </wsdl:operation>
  48. </wsdl:portType>
  49. <wsdl:binding name="echoSoapBinding" type="impl:EchoService">
  50. <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  51. <wsdl:operation name="echoString">
  52. <wsdlsoap:operation soapAction=""/>
  53. <wsdl:input name="echoStringRequest">
  54. <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:service.EchoService" use="encoded"/>
  55. </wsdl:input>
  56. <wsdl:output name="echoStringResponse">
  57. <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://212.24.157.117:8080/axis/services/echo" use="encoded"/>
  58. </wsdl:output>
  59. <wsdl:fault name="EchoServiceException">
  60. <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="EchoServiceException" namespace="urn:service.EchoService" use="encoded"/>
  61. </wsdl:fault>
  62. </wsdl:operation>
  63. <wsdl:operation name="echoPerson">
  64. <wsdlsoap:operation soapAction=""/>
  65. <wsdl:input name="echoPersonRequest">
  66. <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://service" use="encoded"/>
  67. </wsdl:input>
  68. <wsdl:output name="echoPersonResponse">
  69. <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://212.24.157.117:8080/axis/services/echo" use="encoded"/>
  70. </wsdl:output>
  71. <wsdl:fault name="EchoServiceException">
  72. <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="EchoServiceException" namespace="http://212.24.157.117:8080/axis/services/echo" use="encoded"/>
  73. </wsdl:fault>
  74. </wsdl:operation>
  75. </wsdl:binding>
  76. <wsdl:service name="EchoServiceService">
  77. <wsdl:port binding="impl:echoSoapBinding" name="echo">
  78. <wsdlsoap:address location="http://212.24.157.117:8080/axis/services/echo"/>
  79. </wsdl:port>
  80. </wsdl:service>
  81. </wsdl:definitions>