Schema Central > WSDL 1.1 > wsdl11.xsd > wsdl:binding
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

wsdl:binding

Element information

Namespace: http://schemas.xmlsoap.org/wsdl/

Schema document: wsdl11.xsd

Type: wsdl:tBinding

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
name [1..1]xsd:NCName
type [1..1]xsd:QName

Used in

Sample instance

<wsdl:binding name="StockQuoteSoapBinding"
              type="tns:StockQuotePortType">
   <soap:binding style="document"
                 transport="http://schemas.xmlsoap.org/soap/http"/>
   <wsdl:operation name="GetLastTradePrice">
      <soap:operation soapAction="http://example.com/GetLastTradePrice"/>
      <wsdl:input>
         <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
         <soap:body use="literal"/>
      </wsdl:output>
   </wsdl:operation>
</wsdl:binding>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com