http://www.w3.org/2003/06/wsdl
Element
Definitions/service :
Service [1 .. 1]
The service element cannot have "xsi:nil" as an attribute.
The service element in XML instance can be substituted with other elements.
XML Instance
<wsdl:service name ="xs: NCName " This attribute is required. interface ="xs: QName " This attribute is required. targetResource="xs: anyURI " ><servicePreEndpointExt> is an abstract element.
<globalExt> is an abstract element.
<serviceExt> is an abstract element.
End Choice
<servicePostEndpointExt> is an abstract element.
End Sequence
</service>
Attributes
service
service/documentation
service/servicePreEndpointExt
service/globalExt
service/serviceExt
service/endpoint
service/servicePostEndpointExt
Name
Type
Summary
interface
QName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of interface is
QName . There are several restrictions on the value. The schema processor collapses value's whitespace.
name
NCName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of name is
NCName . There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "
[\i-[:]][\c-[:]]*
".
targetResource
anyURI
Use of this attribute is optional.
Its form is unqualified.
Show details.
Base type of targetResource is
anyURI . There are several restrictions on the value. The schema processor collapses value's whitespace.
Name
Type
Summary
No Attributes
Name
Type
Summary
No Attributes
Name
Type
Summary
No Attributes
Name
Type
Summary
No Attributes
Name
Type
Summary
binding
QName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of binding is
QName . There are several restrictions on the value. The schema processor collapses value's whitespace.
name
NCName
Use of this attribute is required.
Its form is unqualified.
Show details.
Base type of name is
NCName . There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "
[\i-[:]][\c-[:]]*
".
Name
Type
Summary
No Attributes
Identity Constraints
Element service
Uniqueness Constraints: endpoint
Selector: wsdl:endpoint
Fields:
@name
XML
- < xs:unique name =" endpoint " >
< xs:selector xpath =" wsdl:endpoint " />
< xs:field xpath =" @name " />
</ xs:unique >
</ xs:element >
Uses
Type (1)
Used-By