This topic has not yet been rated - Rate this topic

6 Appendix A: Full WSDL

The following WSDL specifies the WSDL 1.1 binding extension transport URI with SOAP1.2:

WSDL 1.1 binding extension transport URI with SOAP 1.2 [SOAP1.2-2/2007]

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions 
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
  <!-- omitted elements -->
  <wsdl:binding name="MyBinding" type="MyPortType">
            <!-- omitted elements -->
            <soap12:binding transport="http://schemas.microsoft.com/soap/websocket"/>
            <wsdl:operation name="MyOperation"> 
                    <!-- ommitted elements -->  
            </wsdl:operation> 
  </wsdl:binding> 
  <wsdl:service name="MyService"> 
              <wsdl:port name="MyPort" binding="MyBinding"> 
                      <soap12:address location=" ws://myHost/myService/" /> 
            </wsdl:port> 
</wsdl:service> 
</wsdl:definitions>
 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.