wsdl:fault
Element information
Namespace: http://schemas.xmlsoap.org/wsdl/
Schema document: wsdl11.xsd
Other elements with the same name: wsdl:fault
Type: wsdl:tFault
Properties: Local, Qualified
Content
- wsdl:documentation [0..1]
from type wsdl:tDocumented
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type wsdl:tExtensibleAttributesDocumented | |
name | [1..1] | xsd:NCName | ||
message | [1..1] | xsd:QName |
Used in
- Group wsdl:request-response-or-one-way-operation
- Group wsdl:solicit-response-or-notification-operation
- Type wsdl:tOperation via reference to wsdl:request-response-or-one-way-operation (Element wsdl:operation)
- Type wsdl:tOperation via reference to wsdl:solicit-response-or-notification-operation (Element wsdl:operation)
Sample instance
<wsdl:fault name="NCName" message="QName"> <wsdl:documentation>Any text, intermingled with: <!--any element--> </wsdl:documentation> </wsdl:fault>