DeviceManager/TsSFCDevice.Client.Biz/Web References/DeviceSvc/MainService.wsdl
2024-07-22 15:50:10 +08:00

73 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="http://www.TechScan.cn/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://www.TechScan.cn/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://www.TechScan.cn/">
<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="SFCAuthorize" type="tns:SFCAuthorize" />
<s:complexType name="SFCAuthorize">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
</s:sequence>
<s:anyAttribute />
</s:complexType>
</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="HelloWorldSFCAuthorize">
<wsdl:part name="SFCAuthorize" element="tns:SFCAuthorize" />
</wsdl:message>
<wsdl:portType name="MainServiceSoap">
<wsdl:operation name="HelloWorld">
<wsdl:input message="tns:HelloWorldSoapIn" />
<wsdl:output message="tns:HelloWorldSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="MainServiceSoap" type="tns:MainServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="HelloWorld">
<soap:operation soapAction="http://www.TechScan.cn/HelloWorld" style="document" />
<wsdl:input>
<soap:body use="literal" />
<soap:header message="tns:HelloWorldSFCAuthorize" part="SFCAuthorize" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="MainServiceSoap12" type="tns:MainServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="HelloWorld">
<soap12:operation soapAction="http://www.TechScan.cn/HelloWorld" style="document" />
<wsdl:input>
<soap12:body use="literal" />
<soap12:header message="tns:HelloWorldSFCAuthorize" part="SFCAuthorize" use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="MainService">
<wsdl:port name="MainServiceSoap" binding="tns:MainServiceSoap">
<soap:address location="http://localhost/TsSFCDeviceSvc/MainService.asmx" />
</wsdl:port>
<wsdl:port name="MainServiceSoap12" binding="tns:MainServiceSoap12">
<soap12:address location="http://localhost/TsSFCDeviceSvc/MainService.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>