DKIBOSSPRDService2.wsdl 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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="Dongke.IBOSS.PRD.WCF.Contracts" 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: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" targetNamespace="Dongke.IBOSS.PRD.WCF.Contracts" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <xsd:schema targetNamespace="Dongke.IBOSS.PRD.WCF.Contracts/Imports">
  5. <xsd:import schemaLocation="http://127.0.0.1:1234/DKService/DKIBOSSPRDService?xsd=xsd0" namespace="Dongke.IBOSS.PRD.WCF.Contracts" />
  6. <xsd:import schemaLocation="http://127.0.0.1:1234/DKService/DKIBOSSPRDService?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  7. <xsd:import schemaLocation="http://127.0.0.1:1234/DKService/DKIBOSSPRDService?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" />
  8. <xsd:import schemaLocation="http://127.0.0.1:1234/DKService/DKIBOSSPRDService?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/System.Data" />
  9. <xsd:import schemaLocation="http://127.0.0.1:1234/DKService/DKIBOSSPRDService?xsd=xsd4" />
  10. </xsd:schema>
  11. </wsdl:types>
  12. <wsdl:message name="IDKIBOSSPRD_GetServiceState_InputMessage">
  13. <wsdl:part name="parameters" element="tns:GetServiceState" />
  14. </wsdl:message>
  15. <wsdl:message name="IDKIBOSSPRD_GetServiceState_OutputMessage">
  16. <wsdl:part name="parameters" element="tns:GetServiceStateResponse" />
  17. </wsdl:message>
  18. <wsdl:message name="IDKIBOSSPRD_DoLogin_InputMessage">
  19. <wsdl:part name="parameters" element="tns:DoLogin" />
  20. </wsdl:message>
  21. <wsdl:message name="IDKIBOSSPRD_DoLogin_OutputMessage">
  22. <wsdl:part name="parameters" element="tns:DoLoginResponse" />
  23. </wsdl:message>
  24. <wsdl:message name="IDKIBOSSPRD_DoLoginRefresh_InputMessage">
  25. <wsdl:part name="parameters" element="tns:DoLoginRefresh" />
  26. </wsdl:message>
  27. <wsdl:message name="IDKIBOSSPRD_DoLoginRefresh_OutputMessage">
  28. <wsdl:part name="parameters" element="tns:DoLoginRefreshResponse" />
  29. </wsdl:message>
  30. <wsdl:message name="IDKIBOSSPRD_Logout_InputMessage">
  31. <wsdl:part name="parameters" element="tns:Logout" />
  32. </wsdl:message>
  33. <wsdl:message name="IDKIBOSSPRD_IsNeedUpgrade_InputMessage">
  34. <wsdl:part name="parameters" element="tns:IsNeedUpgrade" />
  35. </wsdl:message>
  36. <wsdl:message name="IDKIBOSSPRD_IsNeedUpgrade_OutputMessage">
  37. <wsdl:part name="parameters" element="tns:IsNeedUpgradeResponse" />
  38. </wsdl:message>
  39. <wsdl:message name="IDKIBOSSPRD_DownloadUpgradeFile_InputMessage">
  40. <wsdl:part name="parameters" element="tns:DownloadUpgradeFile" />
  41. </wsdl:message>
  42. <wsdl:message name="IDKIBOSSPRD_DownloadUpgradeFile_OutputMessage">
  43. <wsdl:part name="parameters" element="tns:DownloadUpgradeFileResponse" />
  44. </wsdl:message>
  45. <wsdl:portType name="IDKIBOSSPRD">
  46. <wsdl:operation name="GetServiceState">
  47. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/GetServiceState" message="tns:IDKIBOSSPRD_GetServiceState_InputMessage" />
  48. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/GetServiceStateResponse" message="tns:IDKIBOSSPRD_GetServiceState_OutputMessage" />
  49. </wsdl:operation>
  50. <wsdl:operation name="DoLogin">
  51. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DoLogin" message="tns:IDKIBOSSPRD_DoLogin_InputMessage" />
  52. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DoLoginResponse" message="tns:IDKIBOSSPRD_DoLogin_OutputMessage" />
  53. </wsdl:operation>
  54. <wsdl:operation name="DoLoginRefresh">
  55. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DoLoginRefresh" message="tns:IDKIBOSSPRD_DoLoginRefresh_InputMessage" />
  56. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DoLoginRefreshResponse" message="tns:IDKIBOSSPRD_DoLoginRefresh_OutputMessage" />
  57. </wsdl:operation>
  58. <wsdl:operation name="Logout">
  59. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/Logout" message="tns:IDKIBOSSPRD_Logout_InputMessage" />
  60. </wsdl:operation>
  61. <wsdl:operation name="IsNeedUpgrade">
  62. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/IsNeedUpgrade" message="tns:IDKIBOSSPRD_IsNeedUpgrade_InputMessage" />
  63. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/IsNeedUpgradeResponse" message="tns:IDKIBOSSPRD_IsNeedUpgrade_OutputMessage" />
  64. </wsdl:operation>
  65. <wsdl:operation name="DownloadUpgradeFile">
  66. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DownloadUpgradeFile" message="tns:IDKIBOSSPRD_DownloadUpgradeFile_InputMessage" />
  67. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IDKIBOSSPRD/DownloadUpgradeFileResponse" message="tns:IDKIBOSSPRD_DownloadUpgradeFile_OutputMessage" />
  68. </wsdl:operation>
  69. </wsdl:portType>
  70. </wsdl:definitions>