bug30175.wsdl 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <definitions name="qweb"
  3. targetNamespace="http://www.newsblob.com/qweb.wsdl"
  4. xmlns:tns="http://www.newsblob.com/qweb.wsdl"
  5. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  6. xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  9. xmlns:ns1="urn:qweb"
  10. xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
  11. xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
  12. xmlns="http://schemas.xmlsoap.org/wsdl/">
  13. <types>
  14. <schema targetNamespace="urn:qweb"
  15. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  16. xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  17. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  18. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  19. xmlns:ns1="urn:qweb"
  20. xmlns="http://www.w3.org/2001/XMLSchema"
  21. elementFormDefault="unqualified"
  22. attributeFormDefault="unqualified">
  23. <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  24. <complexType name="qwebGetHostInfoResponse">
  25. <sequence>
  26. <element name="return" type="ns1:HostInfo" minOccurs="1" maxOccurs="1"/>
  27. </sequence>
  28. </complexType>
  29. <complexType name="ArrayOfHostInfo">
  30. <complexContent>
  31. <restriction base="SOAP-ENC:Array">
  32. <sequence>
  33. <element name="item" type="ns1:HostInfo" minOccurs="0" maxOccurs="unbounded"/>
  34. </sequence>
  35. <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ns1:HostInfo[]"/>
  36. </restriction>
  37. </complexContent>
  38. </complexType>
  39. </schema>
  40. </types>
  41. <message name="qwebSquareRequest">
  42. <part name="mynum" type="xsd:int"/>
  43. </message>
  44. <message name="qwebSquareResponse">
  45. <part name="result" type="xsd:int"/>
  46. </message>
  47. <message name="qwebStrlenRequest">
  48. <part name="mystr" type="xsd:string"/>
  49. </message>
  50. <message name="qwebStrlenResponse">
  51. <part name="result" type="xsd:int"/>
  52. </message>
  53. <message name="qwebGetHostInfoRequest">
  54. </message>
  55. <message name="HostInfo">
  56. <part name="name" type="xsd:string"/>
  57. <part name="shortDescription" type="xsd:string"/>
  58. <part name="ipAddress" type="xsd:string"/>
  59. </message>
  60. <portType name="qwebPortType">
  61. <operation name="qwebSquare">
  62. <documentation>Service definition of function ns1__qwebSquare</documentation>
  63. <input message="tns:qwebSquareRequest"/>
  64. <output message="tns:qwebSquareResponse"/>
  65. </operation>
  66. <operation name="qwebStrlen">
  67. <documentation>Service definition of function ns1__qwebStrlen</documentation>
  68. <input message="tns:qwebStrlenRequest"/>
  69. <output message="tns:qwebStrlenResponse"/>
  70. </operation>
  71. <operation name="qwebGetHostInfo">
  72. <documentation>Service definition of function ns1__qwebGetHostInfo</documentation>
  73. <input message="tns:qwebGetHostInfoRequest"/>
  74. <output message="tns:HostInfo"/>
  75. </operation>
  76. </portType>
  77. <binding name="qweb" type="tns:qwebPortType">
  78. <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  79. <operation name="qwebSquare">
  80. <SOAP:operation style="rpc" soapAction=""/>
  81. <input>
  82. <SOAP:body use="encoded" namespace="urn:qweb" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  83. </input>
  84. <output>
  85. <SOAP:body use="encoded" namespace="urn:qweb" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  86. </output>
  87. </operation>
  88. <operation name="qwebStrlen">
  89. <SOAP:operation style="rpc" soapAction=""/>
  90. <input>
  91. <SOAP:body use="encoded" namespace="urn:qweb" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  92. </input>
  93. <output>
  94. <SOAP:body use="encoded" namespace="urn:qweb" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  95. </output>
  96. </operation>
  97. <operation name="qwebGetHostInfo">
  98. <SOAP:operation style="rpc" soapAction=""/>
  99. <input>
  100. <SOAP:body use="encoded" namespace="urn:qweb" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  101. </input>
  102. <output>
  103. <SOAP:body use="encoded" namespace="urn:qweb" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  104. </output>
  105. </operation>
  106. </binding>
  107. <service name="qweb">
  108. <documentation>Demo Qweb SOAP interface</documentation>
  109. <port name="qweb" binding="tns:qweb">
  110. <SOAP:address location="http://www.newsblob.com:6969"/>
  111. </port>
  112. </service>
  113. </definitions>