| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:i0="Dongke.IBOSS.PRD.WCF.Contracts" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DKIBOSSPRDService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsp:Policy wsu:Id="WSHttpBinding_IDKIBOSSPRD_policy">
- <wsp:ExactlyOne>
- <wsp:All>
- <wsaw:UsingAddressing />
- </wsp:All>
- </wsp:ExactlyOne>
- </wsp:Policy>
- <wsdl:import namespace="Dongke.IBOSS.PRD.WCF.Contracts" location="http://127.0.0.1:1234/DKService/DKIBOSSPRDService?wsdl=wsdl0" />
- <wsdl:types />
- <wsdl:binding name="WSHttpBinding_IDKIBOSSPRD" type="i0:IDKIBOSSPRD">
- <wsp:PolicyReference URI="#WSHttpBinding_IDKIBOSSPRD_policy" />
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetServiceState">
- <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/GetServiceState" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DoLogin">
- <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DoLogin" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DoLoginRefresh">
- <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DoLoginRefresh" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="Logout">
- <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/Logout" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- </wsdl:operation>
- <wsdl:operation name="IsNeedUpgrade">
- <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/IsNeedUpgrade" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DownloadUpgradeFile">
- <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DownloadUpgradeFile" 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="DKIBOSSPRDService">
- <wsdl:port name="WSHttpBinding_IDKIBOSSPRD" binding="tns:WSHttpBinding_IDKIBOSSPRD">
- <soap12:address location="http://127.0.0.1:1234/DKService/DKIBOSSPRDService" />
- <wsa10:EndpointReference>
- <wsa10:Address>http://127.0.0.1:1234/DKService/DKIBOSSPRDService</wsa10:Address>
- </wsa10:EndpointReference>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|