Namespace: |
|
Type: |
xsd:string |
Content: |
simple |
Defined: |
XML Representation Summary |
||
<faultResponseAction> |
||
Content: |
{ xsd:string } |
|
</faultResponseAction> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This is the response action that is to be taken by the client upon
</xsd:documentation>
receiving this fault message. Contents of this element can be: <p/>
<dl>
<dt>
</dl>
<b>correct</b>
</dt>
<dd>
A correctable error was detected. The client should reform the
</dd>
request message, correcting the noted error, and resubmit the message. If the client is unable to correct the message, the client should accept the failure condition and execute approriate recovery logic. <dt>
<b>retry</b>
</dt>
<dd>
A transient error has occured. The client should resubmit the message
</dd>
(ensuring that a new message ID is used). <dt>
<b>giveUp</b>
</dt>
<dd>
An uncorrectable error was detected. The client should accept the failure
</dd>
condition and execue appropriate recovery logic. </xsd:element>
|