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