wsdl:binding
Element information
Namespace: http://www.w3.org/ns/wsdl
Schema document: wsdl20.xsd
Type: wsdl:BindingType
Properties: Global, Qualified
Content
- Sequence [1..1]
- wsdl:documentation [0..*]
- Choice [0..*]
- wsdl:operation
- wsdl:fault
- Any element Namespace: ##other, Process Contents: lax
from type wsdl:DocumentedType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type wsdl:ExtensibleDocumentedType | |
name | [1..1] | xsd:NCName | ||
type | [1..1] | xsd:anyURI | ||
interface | [0..1] | xsd:QName |
Used in
- Type wsdl:DescriptionType (Element wsdl:description)
Sample instance
<wsdl:binding name="reservationSOAPBinding" interface="tns:reservationInterface" type="http://www.w3.org/ns/wsdl/soap" wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"> <wsdl:fault ref="tns:invalidDataFault" wsoap:code="soap:Sender"/> <wsdl:operation ref="tns:opCheckAvailability" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response"/> </wsdl:binding>