|
@@ -0,0 +1,63 @@
|
|
|
|
+<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.wms.com" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" name="ERP_COMM_SERVICE" targetNamespace="http://www.wms.com">
|
|
|
|
+ <wsdl:types>
|
|
|
|
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.wms.com" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://www.wms.com">
|
|
|
|
+ <xs:element name="webServiceMain" type="tns:webServiceMain"/>
|
|
|
|
+ <xs:element name="webServiceMainResponse" type="tns:webServiceMainResponse"/>
|
|
|
|
+ <xs:complexType name="webServiceMain">
|
|
|
|
+ <xs:sequence>
|
|
|
|
+ <xs:element minOccurs="0" name="arg0" type="xs:string"/>
|
|
|
|
+ <xs:element minOccurs="0" name="arg1" type="xs:string"/>
|
|
|
|
+ <xs:element minOccurs="0" name="arg2" type="xs:string"/>
|
|
|
|
+ </xs:sequence>
|
|
|
|
+ </xs:complexType>
|
|
|
|
+ <xs:complexType name="webServiceMainResponse">
|
|
|
|
+ <xs:sequence>
|
|
|
|
+ <xs:element minOccurs="0" name="return" type="xs:string"/>
|
|
|
|
+ </xs:sequence>
|
|
|
|
+ </xs:complexType>
|
|
|
|
+ <xs:element name="BusinessException" type="tns:BusinessException"/>
|
|
|
|
+ <xs:complexType name="BusinessException">
|
|
|
|
+ <xs:sequence>
|
|
|
|
+ <xs:element minOccurs="0" name="status" type="xs:int"/>
|
|
|
|
+ <xs:element minOccurs="0" name="message" type="xs:string"/>
|
|
|
|
+ </xs:sequence>
|
|
|
|
+ </xs:complexType>
|
|
|
|
+ </xs:schema>
|
|
|
|
+ </wsdl:types>
|
|
|
|
+ <wsdl:message name="BusinessException">
|
|
|
|
+ <wsdl:part element="tns:BusinessException" name="BusinessException"> </wsdl:part>
|
|
|
|
+ </wsdl:message>
|
|
|
|
+ <wsdl:message name="webServiceMain">
|
|
|
|
+ <wsdl:part element="tns:webServiceMain" name="parameters"> </wsdl:part>
|
|
|
|
+ </wsdl:message>
|
|
|
|
+ <wsdl:message name="webServiceMainResponse">
|
|
|
|
+ <wsdl:part element="tns:webServiceMainResponse" name="parameters"> </wsdl:part>
|
|
|
|
+ </wsdl:message>
|
|
|
|
+ <wsdl:portType name="ERP_COMM_SERVICE">
|
|
|
|
+ <wsdl:operation name="webServiceMain">
|
|
|
|
+ <wsdl:input message="tns:webServiceMain" name="webServiceMain"> </wsdl:input>
|
|
|
|
+ <wsdl:output message="tns:webServiceMainResponse" name="webServiceMainResponse"> </wsdl:output>
|
|
|
|
+ <wsdl:fault message="tns:BusinessException" name="BusinessException"> </wsdl:fault>
|
|
|
|
+ </wsdl:operation>
|
|
|
|
+ </wsdl:portType>
|
|
|
|
+ <wsdl:binding name="ERP_COMM_SERVICESoapBinding" type="tns:ERP_COMM_SERVICE">
|
|
|
|
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
|
+ <wsdl:operation name="webServiceMain">
|
|
|
|
+ <soap:operation soapAction="webServiceMain" style="document"/>
|
|
|
|
+ <wsdl:input name="webServiceMain">
|
|
|
|
+ <soap:body use="literal"/>
|
|
|
|
+ </wsdl:input>
|
|
|
|
+ <wsdl:output name="webServiceMainResponse">
|
|
|
|
+ <soap:body use="literal"/>
|
|
|
|
+ </wsdl:output>
|
|
|
|
+ <wsdl:fault name="BusinessException">
|
|
|
|
+ <soap:fault name="BusinessException" use="literal"/>
|
|
|
|
+ </wsdl:fault>
|
|
|
|
+ </wsdl:operation>
|
|
|
|
+ </wsdl:binding>
|
|
|
|
+ <wsdl:service name="ERP_COMM_SERVICE">
|
|
|
|
+ <wsdl:port binding="tns:ERP_COMM_SERVICESoapBinding" name="CommServiceImplPort">
|
|
|
|
+ <soap:address location="http://122.9.140.63:8111/biz/JNDWebService"/>
|
|
|
|
+ </wsdl:port>
|
|
|
|
+ </wsdl:service>
|
|
|
|
+</wsdl:definitions>
|