http://www.ibm.com/schema/soa/fltalm/v1_1/local
The recordFaultRequest Element

Record fault request message. This message contains information about the fault being recorded. Default values will be provided for empty parameters since this method is intended to record fault information, and an exception can not be returned.


Element recordFaultRequest : recordFaultRequest
The recordFaultRequest element cannot have "xsi:nil" as an attribute. The recordFaultRequest element in XML instance can be substituted with other elements.
 CollapseClick here to hide comment XML Instance

Record fault request message. This message contains information about the fault being recorded. Default values will be provided for empty parameters since this method is intended to record fault information, and an exception can not be returned.

<recordFaultRequest>
-Begin Sequence [1...1]

The global transaction ID for the Web Service transaction. The length of this identifier should be less that 128 if CEI is enabled.

<globalTransactionID>xsd:string</globalTransactionID> [1..1]

The service implementation that originated the fault. The service name is specific to each service implementation and should be chosen to avoid conflicts with other service implementations.

<service>xsd:string</service> [1..1]

The source of the fault. The suggested format is: <server_name>:<ear_name>:<class_name>

<source>xsd:string</source> [1..1]

The code describing the fault. This code should match the message code used to output the logging message associated with the fault. This provides synchronization between documented message codes and fault information.

<code>xsd:string</code> [1..1]

The severity of the fault.

<severity>twss_fltalm_xsd:SeverityEnumeration</severity> [1..1]

The fault message.

<message>xsd:string</message> [1..1]

Operation detail information (such as a stack trace) regarding the fault.

<detail>xsd:string</detail> [0..1]
End Sequence
</recordFaultRequest>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:element  name="recordFaultRequest"  type="twss_fltalm_local_xsd:recordFaultRequest">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Record fault request message. This message contains information about the fault being recorded. Default values will be provided for empty parameters since this method is intended to record fault information, and an exception can not be returned.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 
Generated by WSDLdoc ©