CMNModuleService.wsdl 2.3 KB

123456789101112131415161718192021222324252627282930313233
  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="CMNModuleService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsp:Policy wsu:Id="WSHttpBinding_ICMNModule_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/CMNModuleService?wsdl=wsdl0" />
  11. <wsdl:types />
  12. <wsdl:binding name="WSHttpBinding_ICMNModule" type="i0:ICMNModule">
  13. <wsp:PolicyReference URI="#WSHttpBinding_ICMNModule_policy" />
  14. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  15. <wsdl:operation name="Test">
  16. <soap12:operation soapAction="Dongke.IBOSS.PRD.WCF.Contracts/ICMNModule/Test" 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:binding>
  25. <wsdl:service name="CMNModuleService">
  26. <wsdl:port name="WSHttpBinding_ICMNModule" binding="tns:WSHttpBinding_ICMNModule">
  27. <soap12:address location="http://127.0.0.1:1234/DKService/CMNModuleService" />
  28. <wsa10:EndpointReference>
  29. <wsa10:Address>http://127.0.0.1:1234/DKService/CMNModuleService</wsa10:Address>
  30. </wsa10:EndpointReference>
  31. </wsdl:port>
  32. </wsdl:service>
  33. </wsdl:definitions>