wsdl:operation
Element information
Namespace: http://schemas.xmlsoap.org/wsdl/
Schema document: wsdl11.xsd
Other elements with the same name: wsdl:operation
Type: wsdl:tBindingOperation
Properties: Local, Qualified
Content
- Sequence [1..1]
- wsdl:documentation [0..1]
- Any element [0..*] Namespace: ##other, Process Contents: lax
- wsdl:input [0..1]
- wsdl:output [0..1]
- wsdl:fault [0..*]
from type wsdl:tDocumentedfrom type wsdl:tExtensibleDocumented
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:NCName |
Used in
- Type wsdl:tBinding (Element wsdl:binding)
Sample instance
<wsdl:operation name="GetLastTradePrice"> <wsdl:input message="tns:GetLastTradePriceInput"/> <wsdl:output message="tns:GetLastTradePriceOutput"/> </wsdl:operation>