wsdl:operation
Element information
Namespace: http://www.w3.org/ns/wsdl
Schema document: wsdl20.xsd
Other elements with the same name: wsdl:operation
Type: wsdl:InterfaceOperationType
Properties: Local, Qualified
Content
- Sequence [1..1]
- wsdl:documentation [0..*]
- Choice [0..*]
- wsdl:input
- wsdl:output
- wsdl:infault
- wsdl:outfault
- 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 | ||
pattern | [0..1] | xsd:anyURI | ||
safe | [0..1] | xsd:boolean | ||
style | [0..1] | xsd:anyURI |
Used in
- Type wsdl:InterfaceType (Element wsdl:interface)
Sample instance
<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>