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