wsdl:endpoint
Element information
Namespace: http://www.w3.org/ns/wsdl
Schema document: wsdl20.xsd
Type: wsdl:EndpointType
Properties: Global, Qualified
Content
- Sequence [1..1]
- wsdl:documentation [0..*]
- Choice [0..*]
- 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 | ||
binding | [1..1] | xsd:QName | ||
address | [0..1] | xsd:anyURI |
Used in
- Type wsdl:ServiceType (Element wsdl:service)
Sample instance
<wsdl:endpoint name="reservationEndpoint" binding="tns:reservationSOAPBinding" address="http://greath.example.com/2004/reservation"/>