You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
155 lines
6.5 KiB
155 lines
6.5 KiB
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
|
<s:element name="SendToClass">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="wsoPuiid" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="classID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="JsonContainer" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="SendToClassResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="SendToClassResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteClass">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="icoPuid" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="DeleteClassResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteClassResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LoginTCTest">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="User" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Invokeurl" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="LoginTCTestResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="LoginTCTestResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="SendToClassSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SendToClass" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SendToClassSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SendToClassResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteClassSoapIn">
|
|
<wsdl:part name="parameters" element="tns:DeleteClass" />
|
|
</wsdl:message>
|
|
<wsdl:message name="DeleteClassSoapOut">
|
|
<wsdl:part name="parameters" element="tns:DeleteClassResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginTCTestSoapIn">
|
|
<wsdl:part name="parameters" element="tns:LoginTCTest" />
|
|
</wsdl:message>
|
|
<wsdl:message name="LoginTCTestSoapOut">
|
|
<wsdl:part name="parameters" element="tns:LoginTCTestResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="ErpWebServiceSoap">
|
|
<wsdl:operation name="SendToClass">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">发送分类</wsdl:documentation>
|
|
<wsdl:input message="tns:SendToClassSoapIn" />
|
|
<wsdl:output message="tns:SendToClassSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteClass">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">删除分类</wsdl:documentation>
|
|
<wsdl:input message="tns:DeleteClassSoapIn" />
|
|
<wsdl:output message="tns:DeleteClassSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginTCTest">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">TC登陆测试 User 用户名 Password 密码 Invokeurl SOA地址</wsdl:documentation>
|
|
<wsdl:input message="tns:LoginTCTestSoapIn" />
|
|
<wsdl:output message="tns:LoginTCTestSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="ErpWebServiceSoap" type="tns:ErpWebServiceSoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="SendToClass">
|
|
<soap:operation soapAction="http://tempuri.org/SendToClass" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteClass">
|
|
<soap:operation soapAction="http://tempuri.org/DeleteClass" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginTCTest">
|
|
<soap:operation soapAction="http://tempuri.org/LoginTCTest" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="ErpWebServiceSoap12" type="tns:ErpWebServiceSoap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="SendToClass">
|
|
<soap12:operation soapAction="http://tempuri.org/SendToClass" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteClass">
|
|
<soap12:operation soapAction="http://tempuri.org/DeleteClass" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="LoginTCTest">
|
|
<soap12:operation soapAction="http://tempuri.org/LoginTCTest" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="ErpWebService">
|
|
<wsdl:port name="ErpWebServiceSoap" binding="tns:ErpWebServiceSoap">
|
|
<soap:address location="http://127.0.0.1:8091/ErpWebService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="ErpWebServiceSoap12" binding="tns:ErpWebServiceSoap12">
|
|
<soap12:address location="http://127.0.0.1:8091/ErpWebService.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |