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:BindingOperationType
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 | |
ref | [1..1] | xsd:QName |
Used in
- Type wsdl:BindingType (Element wsdl:binding)
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>