PageRenderTime 42ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/release/src/router/php/ext/soap/tests/interop/Round2/Base/round2_base.wsdl

https://gitlab.com/envieidoc/advancedtomato2
Web Services Description Language | 332 lines | 326 code | 6 blank | 0 comment | 0 complexity | 6c33395fb7a818e1bb4ded5088ad1802 MD5 | raw file
  1. <?xml version="1.0"?>
  2. <definitions name="InteropTest"
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  4. xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  5. xmlns:tns="http://soapinterop.org/"
  6. xmlns:s="http://soapinterop.org/xsd"
  7. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  8. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  9. xmlns="http://schemas.xmlsoap.org/wsdl/"
  10. targetNamespace="http://soapinterop.org/">
  11. <types>
  12. <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soapinterop.org/xsd">
  13. <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
  14. <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
  15. <xsd:complexType name="ArrayOfstring">
  16. <xsd:complexContent>
  17. <xsd:restriction base="SOAP-ENC:Array">
  18. <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="string[]"/>
  19. </xsd:restriction>
  20. </xsd:complexContent>
  21. </xsd:complexType>
  22. <xsd:complexType name="ArrayOfint">
  23. <xsd:complexContent>
  24. <xsd:restriction base="SOAP-ENC:Array">
  25. <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
  26. </xsd:restriction>
  27. </xsd:complexContent>
  28. </xsd:complexType>
  29. <xsd:complexType name="ArrayOffloat">
  30. <xsd:complexContent>
  31. <xsd:restriction base="SOAP-ENC:Array">
  32. <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="float[]"/>
  33. </xsd:restriction>
  34. </xsd:complexContent>
  35. </xsd:complexType>
  36. <xsd:complexType name="SOAPStruct">
  37. <xsd:all>
  38. <xsd:element name="varString" type="string"/>
  39. <xsd:element name="varInt" type="int"/>
  40. <xsd:element name="varFloat" type="float"/>
  41. </xsd:all>
  42. </xsd:complexType>
  43. <xsd:complexType name="ArrayOfSOAPStruct">
  44. <xsd:complexContent>
  45. <xsd:restriction base="SOAP-ENC:Array">
  46. <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="s:SOAPStruct[]"/>
  47. </xsd:restriction>
  48. </xsd:complexContent>
  49. </xsd:complexType>
  50. </schema>
  51. </types>
  52. <message name="echoStringRequest">
  53. <part name="inputString" type="xsd:string" />
  54. </message>
  55. <message name="echoStringResponse">
  56. <part name="outputString" type="xsd:string" />
  57. </message>
  58. <message name="echoStringArrayRequest">
  59. <part name="inputStringArray" type="s:ArrayOfstring" />
  60. </message>
  61. <message name="echoStringArrayResponse">
  62. <part name="outputStringArray" type="s:ArrayOfstring" />
  63. </message>
  64. <message name="echoIntegerRequest">
  65. <part name="inputInteger" type="xsd:int" />
  66. </message>
  67. <message name="echoIntegerResponse">
  68. <part name="outputInteger" type="xsd:int" />
  69. </message>
  70. <message name="echoIntegerArrayRequest">
  71. <part name="inputIntegerArray" type="s:ArrayOfint" />
  72. </message>
  73. <message name="echoIntegerArrayResponse">
  74. <part name="outputIntegerArray" type="s:ArrayOfint" />
  75. </message>
  76. <message name="echoFloatRequest">
  77. <part name="inputFloat" type="xsd:float" />
  78. </message>
  79. <message name="echoFloatResponse">
  80. <part name="outputFloat" type="xsd:float" />
  81. </message>
  82. <message name="echoFloatArrayRequest">
  83. <part name="inputFloatArray" type="s:ArrayOffloat" />
  84. </message>
  85. <message name="echoFloatArrayResponse">
  86. <part name="outputFloatArray" type="s:ArrayOffloat" />
  87. </message>
  88. <message name="echoStructRequest">
  89. <part name="inputStruct" type="s:SOAPStruct" />
  90. </message>
  91. <message name="echoStructResponse">
  92. <part name="outputStruct" type="s:SOAPStruct" />
  93. </message>
  94. <message name="echoStructArrayRequest">
  95. <part name="inputStructArray" type="s:ArrayOfSOAPStruct" />
  96. </message>
  97. <message name="echoStructArrayResponse">
  98. <part name="outputStructArray" type="s:ArrayOfSOAPStruct" />
  99. </message>
  100. <message name="echoVoidRequest">
  101. </message>
  102. <message name="echoVoidResponse">
  103. </message>
  104. <message name="echoBase64Request">
  105. <part name="inputBase64" type="xsd:base64Binary" />
  106. </message>
  107. <message name="echoBase64Response">
  108. <part name="outputBase64" type="xsd:base64Binary" />
  109. </message>
  110. <message name="echoDateRequest">
  111. <part name="inputDate" type="xsd:dateTime" />
  112. </message>
  113. <message name="echoDateResponse">
  114. <part name="outputDate" type="xsd:dateTime" />
  115. </message>
  116. <message name="echoHexBinaryRequest">
  117. <part name="inputHexBinary" type="xsd:hexBinary" />
  118. </message>
  119. <message name="echoHexBinaryResponse">
  120. <part name="outputHexBinary" type="xsd:hexBinary" />
  121. </message>
  122. <message name="echoDecimalRequest">
  123. <part name="inputDecimal" type="xsd:decimal" />
  124. </message>
  125. <message name="echoDecimalResponse">
  126. <part name="outputDecimal" type="xsd:decimal" />
  127. </message>
  128. <message name="echoBooleanRequest">
  129. <part name="inputBoolean" type="xsd:boolean" />
  130. </message>
  131. <message name="echoBooleanResponse">
  132. <part name="outputBoolean" type="xsd:boolean" />
  133. </message>
  134. <portType name="InteropTestPortType">
  135. <operation name="echoString">
  136. <input message="tns:echoStringRequest"/>
  137. <output message="tns:echoStringResponse"/>
  138. </operation>
  139. <operation name="echoStringArray">
  140. <input message="tns:echoStringArrayRequest"/>
  141. <output message="tns:echoStringArrayResponse"/>
  142. </operation>
  143. <operation name="echoInteger">
  144. <input message="tns:echoIntegerRequest"/>
  145. <output message="tns:echoIntegerResponse"/>
  146. </operation>
  147. <operation name="echoIntegerArray">
  148. <input message="tns:echoIntegerArrayRequest"/>
  149. <output message="tns:echoIntegerArrayResponse"/>
  150. </operation>
  151. <operation name="echoFloat">
  152. <input message="tns:echoFloatRequest"/>
  153. <output message="tns:echoFloatResponse"/>
  154. </operation>
  155. <operation name="echoFloatArray">
  156. <input message="tns:echoFloatArrayRequest"/>
  157. <output message="tns:echoFloatArrayResponse"/>
  158. </operation>
  159. <operation name="echoStruct">
  160. <input message="tns:echoStructRequest"/>
  161. <output message="tns:echoStructResponse"/>
  162. </operation>
  163. <operation name="echoStructArray">
  164. <input message="tns:echoStructArrayRequest"/>
  165. <output message="tns:echoStructArrayResponse"/>
  166. </operation>
  167. <operation name="echoVoid">
  168. <input message="tns:echoVoidRequest"/>
  169. <output message="tns:echoVoidResponse"/>
  170. </operation>
  171. <operation name="echoBase64">
  172. <input message="tns:echoBase64Request"/>
  173. <output message="tns:echoBase64Response"/>
  174. </operation>
  175. <operation name="echoDate">
  176. <input message="tns:echoDateRequest"/>
  177. <output message="tns:echoDateResponse"/>
  178. </operation>
  179. <operation name="echoHexBinary">
  180. <input message="tns:echoHexBinaryRequest"/>
  181. <output message="tns:echoHexBinaryResponse"/>
  182. </operation>
  183. <operation name="echoDecimal">
  184. <input message="tns:echoDecimalRequest"/>
  185. <output message="tns:echoDecimalResponse"/>
  186. </operation>
  187. <operation name="echoBoolean">
  188. <input message="tns:echoBooleanRequest"/>
  189. <output message="tns:echoBooleanResponse"/>
  190. </operation>
  191. </portType>
  192. <binding name="InteropTestBinding" type="tns:InteropTestPortType">
  193. <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  194. <operation name="echoString">
  195. <soap:operation soapAction="http://" style="rpc"/>
  196. <input>
  197. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  198. </input>
  199. <output>
  200. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  201. </output>
  202. </operation>
  203. <operation name="echoStringArray">
  204. <soap:operation soapAction="http://" style="rpc"/>
  205. <input>
  206. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  207. </input>
  208. <output>
  209. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  210. </output>
  211. </operation>
  212. <operation name="echoInteger">
  213. <soap:operation soapAction="http://" style="rpc"/>
  214. <input>
  215. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  216. </input>
  217. <output>
  218. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  219. </output>
  220. </operation>
  221. <operation name="echoIntegerArray">
  222. <soap:operation soapAction="http://" style="rpc"/>
  223. <input>
  224. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  225. </input>
  226. <output>
  227. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  228. </output>
  229. </operation>
  230. <operation name="echoFloat">
  231. <soap:operation soapAction="http://" style="rpc"/>
  232. <input>
  233. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  234. </input>
  235. <output>
  236. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  237. </output>
  238. </operation>
  239. <operation name="echoFloatArray">
  240. <soap:operation soapAction="http://" style="rpc"/>
  241. <input>
  242. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  243. </input>
  244. <output>
  245. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  246. </output>
  247. </operation>
  248. <operation name="echoStruct">
  249. <soap:operation soapAction="http://" style="rpc"/>
  250. <input>
  251. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  252. </input>
  253. <output>
  254. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  255. </output>
  256. </operation>
  257. <operation name="echoStructArray">
  258. <soap:operation soapAction="http://" style="rpc"/>
  259. <input>
  260. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  261. </input>
  262. <output>
  263. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  264. </output>
  265. </operation>
  266. <operation name="echoVoid">
  267. <soap:operation soapAction="http://" style="rpc"/>
  268. <input>
  269. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  270. </input>
  271. <output>
  272. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  273. </output>
  274. </operation>
  275. <operation name="echoBase64">
  276. <soap:operation soapAction="http://" style="rpc"/>
  277. <input>
  278. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  279. </input>
  280. <output>
  281. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  282. </output>
  283. </operation>
  284. <operation name="echoDate">
  285. <soap:operation soapAction="http://" style="rpc"/>
  286. <input>
  287. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  288. </input>
  289. <output>
  290. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  291. </output>
  292. </operation>
  293. <operation name="echoHexBinary">
  294. <soap:operation soapAction="http://" style="rpc"/>
  295. <input>
  296. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  297. </input>
  298. <output>
  299. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  300. </output>
  301. </operation>
  302. <operation name="echoDecimal">
  303. <soap:operation soapAction="http://" style="rpc"/>
  304. <input>
  305. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  306. </input>
  307. <output>
  308. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  309. </output>
  310. </operation>
  311. <operation name="echoBoolean">
  312. <soap:operation soapAction="http://" style="rpc"/>
  313. <input>
  314. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  315. </input>
  316. <output>
  317. <soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  318. </output>
  319. </operation>
  320. </binding>
  321. <service name="InteropTest">
  322. <port name="InteropTestPort" binding="tns:InteropTestBinding">
  323. <soap:address location="round2_base.inc"/>
  324. </port>
  325. </service>
  326. </definitions>