Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SOAP Folder | Summary of Elements in this Folder | pub.soap.utils:soapFault
 
pub.soap.utils:soapFault
WmPublic. Document type that defines the generic SOAP fault structure used by web service descriptors created in Integration Server 8.2 and later.
Parameters
code
Document Contains the fault code and possible subcodes.
Key
Description
namespaceName
String Optional. Namespace name for the SOAP fault code.
localName
String Code that identifies the fault.
subCodes
Document List Optional. Subcodes that provide further detail. Each Document in the subCodes Document List contains:
*namespaceName for the subcode
*localName that identifies the subcode
reasons
Document List Reasons for the SOAP fault. Each Document in the Document List contains a human readable explanation of the cause of the fault.
Key
Description
*body
String Text explaining the cause of the fault.
@lang
String Optional. Language for the human readable description.
node
String Optional. URI to the SOAP node where the fault occurred.
role
String Optional. Role in which the node was operating at the point the fault occurred.
detail
Document Optional. Application-specific details about the SOAP fault.