2.2.9.2 Detail Node of the Soap Fault

In the event of an application error, the protocol server sets the alert in the soap fault detail.

The following schema specifies the structure of the soap fault detail element in the SOAP Fault used by application errors in this protocol:

  
 <s:element name="detail">
   <s:complexType>
     <s:sequence>
       <s:element name="ExcelServerMessage" type="s:string" minOccurs="1" maxOccurs="1"/>
     </s:sequence>
   </s:complexType>
 </s:element>
  

ExcelServerMessage: The alert returned by the protocol server. MUST contain a single XML document contained in a CDATA section as specified in section 2.2.9.3.