Schema Central > WSDL 2.0 > wsdl20.xsd > wsdl:interface
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

wsdl:interface

Element information

Namespace: http://www.w3.org/ns/wsdl

Schema document: wsdl20.xsd

Type: wsdl:InterfaceType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Any attribute[0..*]Namespace: ##other, Process Contents: laxfrom type wsdl:ExtensibleDocumentedType
name [1..1]xsd:NCName
extends [0..1]Anonymous
styleDefault [0..1]Anonymous

Identity constraints

TypeNameSelectorField(s)
uniqueoperationwsdl:operation@name
uniquefaultwsdl:fault@name

Used in

Sample instance

<wsdl:interface name="TicketAgent">
   <wsdl:operation name="listFlights" pattern="http://www.w3.org/ns/wsdl/in-out">
      <wsdl:input element="xsTicketAgent:listFlightsRequest"/>
      <wsdl:output element="xsTicketAgent:listFlightsResponse"/>
   </wsdl:operation>
   <wsdl:operation name="reserveFlight" pattern="http://www.w3.org/ns/wsdl/in-out">
      <wsdl:input element="xsTicketAgent:reserveFlightRequest"/>
      <wsdl:output element="xsTicketAgent:reserveFlightResponse"/>
   </wsdl:operation>
</wsdl:interface>

Site developed and hosted by Datypic, Inc.

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