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.
129 lines
5.3 KiB
129 lines
5.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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: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="HelloWorld">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="HelloWorldResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ServiceMessage">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="dsCommand">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element ref="s:schema" />
|
|
<s:any />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element minOccurs="0" maxOccurs="1" name="dsData">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element ref="s:schema" />
|
|
<s:any />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ErrMessage" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ServiceMessageResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ServiceMessageResult">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element ref="s:schema" />
|
|
<s:any />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ErrMessage" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="HelloWorldSoapIn">
|
|
<wsdl:part name="parameters" element="tns:HelloWorld" />
|
|
</wsdl:message>
|
|
<wsdl:message name="HelloWorldSoapOut">
|
|
<wsdl:part name="parameters" element="tns:HelloWorldResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ServiceMessageSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ServiceMessage" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ServiceMessageSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ServiceMessageResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="ServiceSoap">
|
|
<wsdl:operation name="HelloWorld">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">测试</wsdl:documentation>
|
|
<wsdl:input message="tns:HelloWorldSoapIn" />
|
|
<wsdl:output message="tns:HelloWorldSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceMessage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">PDA与服务端进行数据交换</wsdl:documentation>
|
|
<wsdl:input message="tns:ServiceMessageSoapIn" />
|
|
<wsdl:output message="tns:ServiceMessageSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="HelloWorld">
|
|
<soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceMessage">
|
|
<soap:operation soapAction="http://tempuri.org/ServiceMessage" 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="ServiceSoap12" type="tns:ServiceSoap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="HelloWorld">
|
|
<soap12:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ServiceMessage">
|
|
<soap12:operation soapAction="http://tempuri.org/ServiceMessage" 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="Service">
|
|
<wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
|
|
<soap:address location="http://61.161.170.218:9870/Service.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
|
|
<soap12:address location="http://61.161.170.218:9870/Service.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|