CMNModuleService1.wsdl 2.0 KB

123456789101112131415161718192021
  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/CMNModuleService?xsd=xsd0" namespace="Dongke.IBOSS.PRD.WCF.Contracts" />
  6. <xsd:import schemaLocation="http://127.0.0.1:1234/DKService/CMNModuleService?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  7. </xsd:schema>
  8. </wsdl:types>
  9. <wsdl:message name="ICMNModule_Test_InputMessage">
  10. <wsdl:part name="parameters" element="tns:Test" />
  11. </wsdl:message>
  12. <wsdl:message name="ICMNModule_Test_OutputMessage">
  13. <wsdl:part name="parameters" element="tns:TestResponse" />
  14. </wsdl:message>
  15. <wsdl:portType name="ICMNModule">
  16. <wsdl:operation name="Test">
  17. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/ICMNModule/Test" message="tns:ICMNModule_Test_InputMessage" />
  18. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/ICMNModule/TestResponse" message="tns:ICMNModule_Test_OutputMessage" />
  19. </wsdl:operation>
  20. </wsdl:portType>
  21. </wsdl:definitions>