bug42086.wsdl 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!-- WSDL file generated by Zend Studio. -->
  3. <definitions name="LBAService" targetNamespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" xmlns:typens="http://xml.avaya.com/ws/device-management/distributed-enterprise" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  4. <types>
  5. <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xml.avaya.com/ws/device-management/distributed-enterprise">
  6. <xsd:complexType name="firstFunctionClassParam">
  7. <xsd:all>
  8. <xsd:element name="param" type="xsd:string"/>
  9. <xsd:element name="vectparam" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  10. </xsd:all>
  11. </xsd:complexType>
  12. <xsd:complexType name="firstFunctionClassParamResponse">
  13. <xsd:all>
  14. <xsd:element name="param" type="xsd:string"/>
  15. </xsd:all>
  16. </xsd:complexType>
  17. <xsd:complexType name="firstFunctionWithoutParamResponse">
  18. <xsd:all>
  19. <xsd:element name="param" type="xsd:string"/>
  20. </xsd:all>
  21. </xsd:complexType>
  22. <xsd:complexType name="secondFunctionClassParam">
  23. <xsd:all>
  24. <xsd:element name="param" type="xsd:string"/>
  25. <xsd:element name="vectparam" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  26. </xsd:all>
  27. </xsd:complexType>
  28. <xsd:complexType name="secondFunctionClassParamResponse">
  29. <xsd:all>
  30. <xsd:element name="param" type="xsd:string"/>
  31. </xsd:all>
  32. </xsd:complexType>
  33. <xsd:complexType name="secondFunctionWithoutParamResponse">
  34. <xsd:all>
  35. <xsd:element name="param" type="xsd:string"/>
  36. </xsd:all>
  37. </xsd:complexType>
  38. </xsd:schema>
  39. </types>
  40. <message name="firstFunctionClassParam">
  41. <part name="firstFunctionClassParam" type="typens:firstFunctionClassParam"/>
  42. </message>
  43. <message name="firstFunctionClassParamResponse">
  44. <part name="firstFunctionClassParamReturn" type="typens:firstFunctionClassParamResponse"/>
  45. </message>
  46. <message name="firstFunctionWithoutParam"/>
  47. <!--
  48. <message name="firstFunctionWithoutParam">
  49. <part name="firstFunctionWithoutParam"/>
  50. </message>
  51. -->
  52. <message name="firstFunctionWithoutParamResponse">
  53. <part name="firstFunctionWithoutParamReturn" type="typens:firstFunctionWithoutParamResponse"/>
  54. </message>
  55. <message name="secondFunctionClassParam">
  56. <part name="secondFunctionClassParam" type="typens:secondFunctionClassParam"/>
  57. </message>
  58. <message name="secondFunctionClassParamResponse">
  59. <part name="secondFunctionClassParamReturn" type="typens:secondFunctionClassParamResponse"/>
  60. </message>
  61. <message name="secondFunctionWithoutParam"/>
  62. <message name="secondFunctionWithoutParamResponse">
  63. <part name="secondFunctionWithoutParamReturn" type="typens:secondFunctionWithoutParamResponse"/>
  64. </message>
  65. <portType name="wsImpPortType">
  66. <operation name="firstFunctionClassParam">
  67. <documentation>
  68. Enter description here...
  69. </documentation>
  70. <input message="typens:firstFunctionClassParam"/>
  71. <output message="typens:firstFunctionClassParamResponse"/>
  72. </operation>
  73. <operation name="firstFunctionWithoutParam">
  74. <documentation>
  75. Enter description here...
  76. </documentation>
  77. <input message="typens:firstFunctionWithoutParam"/>
  78. <output message="typens:firstFunctionWithoutParamResponse"/>
  79. </operation>
  80. <operation name="secondFunctionClassParam">
  81. <documentation>
  82. Enter description here...
  83. </documentation>
  84. <input message="typens:secondFunctionClassParam"/>
  85. <output message="typens:secondFunctionClassParamResponse"/>
  86. </operation>
  87. <operation name="secondFunctionWithoutParam">
  88. <documentation>
  89. Enter description here...
  90. </documentation>
  91. <input message="typens:secondFunctionWithoutParam"/>
  92. <output message="typens:secondFunctionWithoutParamResponse"/>
  93. </operation>
  94. </portType>
  95. <binding name="wsImpBinding" type="typens:wsImpPortType">
  96. <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  97. <operation name="firstFunctionClassParam">
  98. <soap:operation soapAction="urn:wsImpAction"/>
  99. <input>
  100. <soap:body namespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" use="literal"/>
  101. </input>
  102. <output>
  103. <soap:body namespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" use="literal"/>
  104. </output>
  105. </operation>
  106. <operation name="firstFunctionWithoutParam">
  107. <soap:operation soapAction="urn:wsImpAction"/>
  108. <input>
  109. <soap:body namespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" use="literal"/>
  110. </input>
  111. <output>
  112. <soap:body namespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" use="literal"/>
  113. </output>
  114. </operation>
  115. <operation name="secondFunctionClassParam">
  116. <soap:operation soapAction="urn:wsImpAction"/>
  117. <input>
  118. <soap:body namespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" use="literal"/>
  119. </input>
  120. <output>
  121. <soap:body namespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" use="literal"/>
  122. </output>
  123. </operation>
  124. <operation name="secondFunctionWithoutParam">
  125. <soap:operation soapAction="urn:wsImpAction"/>
  126. <input>
  127. <soap:body namespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" use="literal"/>
  128. </input>
  129. <output>
  130. <soap:body namespace="http://xml.avaya.com/ws/device-management/distributed-enterprise" use="literal"/>
  131. </output>
  132. </operation>
  133. </binding>
  134. <service name="LBAService">
  135. <port name="wsImpPort" binding="typens:wsImpBinding">
  136. <soap:address location="test://"/>
  137. </port>
  138. </service>
  139. </definitions>