DKIBOSSPRDService21.wsdl 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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/">
  3. <wsp:Policy wsu:Id="WSHttpBinding_IDKIBOSSPRD_policy">
  4. <wsp:ExactlyOne>
  5. <wsp:All>
  6. <wsaw:UsingAddressing />
  7. </wsp:All>
  8. </wsp:ExactlyOne>
  9. </wsp:Policy>
  10. <wsdl:import namespace="Dongke.IBOSS.PRD.WCF.Contracts" location="http://127.0.0.1:1234/DKService/DKIBOSSPRDService?wsdl=wsdl0" />
  11. <wsdl:types />
  12. <wsdl:binding name="WSHttpBinding_IDKIBOSSPRD" type="i0:IDKIBOSSPRD">
  13. <wsp:PolicyReference URI="#WSHttpBinding_IDKIBOSSPRD_policy" />
  14. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  15. <wsdl:operation name="GetServiceState">
  16. <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/GetServiceState" style="document" />
  17. <wsdl:input>
  18. <soap12:body use="literal" />
  19. </wsdl:input>
  20. <wsdl:output>
  21. <soap12:body use="literal" />
  22. </wsdl:output>
  23. </wsdl:operation>
  24. <wsdl:operation name="DoLogin">
  25. <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DoLogin" style="document" />
  26. <wsdl:input>
  27. <soap12:body use="literal" />
  28. </wsdl:input>
  29. <wsdl:output>
  30. <soap12:body use="literal" />
  31. </wsdl:output>
  32. </wsdl:operation>
  33. <wsdl:operation name="DoLoginRefresh">
  34. <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DoLoginRefresh" style="document" />
  35. <wsdl:input>
  36. <soap12:body use="literal" />
  37. </wsdl:input>
  38. <wsdl:output>
  39. <soap12:body use="literal" />
  40. </wsdl:output>
  41. </wsdl:operation>
  42. <wsdl:operation name="Logout">
  43. <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/Logout" style="document" />
  44. <wsdl:input>
  45. <soap12:body use="literal" />
  46. </wsdl:input>
  47. </wsdl:operation>
  48. <wsdl:operation name="IsNeedUpgrade">
  49. <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/IsNeedUpgrade" style="document" />
  50. <wsdl:input>
  51. <soap12:body use="literal" />
  52. </wsdl:input>
  53. <wsdl:output>
  54. <soap12:body use="literal" />
  55. </wsdl:output>
  56. </wsdl:operation>
  57. <wsdl:operation name="DownloadUpgradeFile">
  58. <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DownloadUpgradeFile" style="document" />
  59. <wsdl:input>
  60. <soap12:body use="literal" />
  61. </wsdl:input>
  62. <wsdl:output>
  63. <soap12:body use="literal" />
  64. </wsdl:output>
  65. </wsdl:operation>
  66. </wsdl:binding>
  67. <wsdl:service name="DKIBOSSPRDService">
  68. <wsdl:port name="WSHttpBinding_IDKIBOSSPRD" binding="tns:WSHttpBinding_IDKIBOSSPRD">
  69. <soap12:address location="http://127.0.0.1:1234/DKService/DKIBOSSPRDService" />
  70. <wsa10:EndpointReference>
  71. <wsa10:Address>http://127.0.0.1:1234/DKService/DKIBOSSPRDService</wsa10:Address>
  72. </wsa10:EndpointReference>
  73. </wsdl:port>
  74. </wsdl:service>
  75. </wsdl:definitions>