|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
The SOAP Send Fault activity sends a SOAP fault to the client if an error occurs during processing of a SOAP request.
This activity is used when the SOAP Event Source process starter handles incoming SOAP requests. The WSDL file for the request can have one or more fault messages defined for an operation (see Chapter 19, WSDL Palette for a description of creating fault schemas for operations). The SOAP Send Fault activity can use the fault schema to send application-specific data about the fault back to the client that made the SOAP request.
SOAP faults are required to send the fault code and the fault string. These values are required input items on the Input tab. For example, "Client" can be used for client faults and "Server" can be used for server faults. See the SOAP specification at www.w3.org/TR/SOAP for more information about the syntax of SOAP fault codes.
The SOAP Event Source process starter.
Any application-specific message properties that will be part of the message. This is specified by the JMS Application Properties shared configuration resource.See TIBCO ActiveMatrix BusinessWorks Process Design for more information about mapping and transforming input data.
The Error Output tab lists the possible exceptions that can be thrown by this activity. See TIBCO ActiveMatrix BusinessWorks Error Codes for more information about error codes and corrective action to take.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |