NetTcp_TransferMode.xml 2.3 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Metadata xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns="http://schemas.xmlsoap.org/ws/2004/09/mex">
  3. <wsx:MetadataSection xmlns="" Dialect="http://schemas.xmlsoap.org/wsdl/" Identifier="http://tempuri.org/">
  4. <wsdl:definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" name="service" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  5. <wsp:Policy wsu:Id="NetTcpBinding_MyContract_policy">
  6. <wsp:ExactlyOne>
  7. <wsp:All>
  8. <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1" />
  9. <msf:Streamed xmlns:msf="http://schemas.microsoft.com/ws/2006/05/framing/policy" />
  10. <wsaw:UsingAddressing />
  11. </wsp:All>
  12. </wsp:ExactlyOne>
  13. </wsp:Policy>
  14. <wsdl:types />
  15. <wsdl:portType name="MyContract" />
  16. <wsdl:binding name="NetTcpBinding_MyContract" type="tns:MyContract">
  17. <wsp:PolicyReference URI="#NetTcpBinding_MyContract_policy" />
  18. <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
  19. </wsdl:binding>
  20. <wsdl:service name="service">
  21. <wsdl:port name="NetTcpBinding_MyContract" binding="tns:NetTcpBinding_MyContract">
  22. <soap12:address location="net-tcp://tempuri.org:8000/TestNetTcp/" />
  23. <wsa10:EndpointReference>
  24. <wsa10:Address>net-tcp://tempuri.org:8000/TestNetTcp/</wsa10:Address>
  25. </wsa10:EndpointReference>
  26. </wsdl:port>
  27. </wsdl:service>
  28. </wsdl:definitions>
  29. </wsx:MetadataSection>
  30. </Metadata>