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

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

wsdl:service

Element information

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

Schema document: wsdl11.xsd

Type: wsdl:tService

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
name [1..1]xsd:NCName

Identity constraints

TypeNameSelectorField(s)
uniqueportwsdl:port@name

Used in

Sample instance

<wsdl:service name="StockQuoteService">
   <wsdl:documentation>My first service</wsdl:documentation>
   <wsdl:port name="StockQuotePort" binding="tns:StockQuoteBinding">
      <soap:address location="http://example.com/stockquote"/>
   </wsdl:port>
</wsdl:service>

Site developed and hosted by Datypic, Inc.

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