WCFTestService1.wsdl 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/WCFTestService?xsd=xsd0" namespace="Dongke.IBOSS.PRD.WCF.Contracts" />
  6. <xsd:import schemaLocation="http://127.0.0.1:1234/DKService/WCFTestService?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  7. <xsd:import schemaLocation="http://127.0.0.1:1234/DKService/WCFTestService?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" />
  8. </xsd:schema>
  9. </wsdl:types>
  10. <wsdl:message name="IWCFTest_GetOutPara1123_InputMessage">
  11. <wsdl:part name="parameters" element="tns:GetOutPara1123" />
  12. </wsdl:message>
  13. <wsdl:message name="IWCFTest_GetOutPara1123_OutputMessage">
  14. <wsdl:part name="parameters" element="tns:GetOutPara1123Response" />
  15. </wsdl:message>
  16. <wsdl:message name="IWCFTest_GetOutPara_InputMessage">
  17. <wsdl:part name="parameters" element="tns:GetOutPara" />
  18. </wsdl:message>
  19. <wsdl:message name="IWCFTest_GetOutPara_OutputMessage">
  20. <wsdl:part name="parameters" element="tns:GetOutParaResponse" />
  21. </wsdl:message>
  22. <wsdl:message name="IWCFTest_GetOutPara1234_InputMessage">
  23. <wsdl:part name="parameters" element="tns:GetOutPara1234" />
  24. </wsdl:message>
  25. <wsdl:message name="IWCFTest_GetOutPara1234_OutputMessage">
  26. <wsdl:part name="parameters" element="tns:GetOutPara1234Response" />
  27. </wsdl:message>
  28. <wsdl:message name="IWCFTest_GetJsonString_InputMessage">
  29. <wsdl:part name="parameters" element="tns:GetJsonString" />
  30. </wsdl:message>
  31. <wsdl:message name="IWCFTest_GetJsonString_OutputMessage">
  32. <wsdl:part name="parameters" element="tns:GetJsonStringResponse" />
  33. </wsdl:message>
  34. <wsdl:message name="IWCFTest_GetJsonString1_InputMessage">
  35. <wsdl:part name="parameters" element="tns:GetJsonString1" />
  36. </wsdl:message>
  37. <wsdl:message name="IWCFTest_GetJsonString1_OutputMessage">
  38. <wsdl:part name="parameters" element="tns:GetJsonString1Response" />
  39. </wsdl:message>
  40. <wsdl:portType name="IWCFTest">
  41. <wsdl:operation name="GetOutPara1123">
  42. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1123" message="tns:IWCFTest_GetOutPara1123_InputMessage" />
  43. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1123Response" message="tns:IWCFTest_GetOutPara1123_OutputMessage" />
  44. </wsdl:operation>
  45. <wsdl:operation name="GetOutPara">
  46. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara" message="tns:IWCFTest_GetOutPara_InputMessage" />
  47. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutParaResponse" message="tns:IWCFTest_GetOutPara_OutputMessage" />
  48. </wsdl:operation>
  49. <wsdl:operation name="GetOutPara1234">
  50. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1234" message="tns:IWCFTest_GetOutPara1234_InputMessage" />
  51. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1234Response" message="tns:IWCFTest_GetOutPara1234_OutputMessage" />
  52. </wsdl:operation>
  53. <wsdl:operation name="GetJsonString">
  54. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString" message="tns:IWCFTest_GetJsonString_InputMessage" />
  55. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonStringResponse" message="tns:IWCFTest_GetJsonString_OutputMessage" />
  56. </wsdl:operation>
  57. <wsdl:operation name="GetJsonString1">
  58. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString1" message="tns:IWCFTest_GetJsonString1_InputMessage" />
  59. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString1Response" message="tns:IWCFTest_GetJsonString1_OutputMessage" />
  60. </wsdl:operation>
  61. </wsdl:portType>
  62. </wsdl:definitions>