Input
For more information about mapping and transforming input data, see TIBCO ActiveMatrix BusinessWorks™ Process Design.
ActiveMatrix BusinessWorks uses the same schema for Fault messages regardless of the version of the SOAP protocol. For more information, see SOAP Specification Compliance.
The input for the activity is the following.
Input Item |
Datatype |
Description |
faultcode |
string |
The SOAP specification defines a specific syntax for faultcodes returned by a SOAP fault. For more information on how to specify a faultcode, see the SOAP specification. |
faultstring |
string |
The faultstring is a string message to pass back to the client describing the fault. |
faultactor |
string |
The faultactor element is intended to provide information about who caused the fault to happen in the message path. It is similar to the SOAP actor attribute but instead of indicating the destination of the header entry, it indicates the source of the fault. The value of the faultactor attribute is a URI identifying the source of the fault. You may use the faultactor element to indicate explicitly that this ActiveMatrix BusinessWorks process generated the fault. |
detail |
complex |
The fault message specified by the Fault Details field on the Configuration tab. This message is used to pass application-specific data back to the client in the event of a fault. |
_configData |
complex |
This element is available only for a JMS transport. Specifies the values to use to override transport-specific configuration values. The content of the _configData element depends upon the type of transport used. |