Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 16 SOAP Palette : SOAP Send Reply

SOAP Send Reply
Activity
The SOAP Send Reply activity sends a reply to an application that sent a SOAP request. This activity is primarily used in process definitions that implement web services. When a SOAP Event Source is used as the process starter, the SOAP Send Reply activity is used to send the reply to the request that starts the process instance.
Configuration
The Configuration tab has the following fields.
The SOAP Event Source process starter that received the request.
Transport
The Transport tab has the following fields.
Input
See TIBCO ActiveMatrix BusinessWorks Process Design for more information about mapping and transforming input data.
The input for the activity is the following.
outputMessage or <operationName>
Header.<headerPart>
Headers can contain multiple parts. The headers element contains all header parts required in a SOAP reply. These parts are specified on the Output Headers tab of the SOAP Event Source activity. The header parts are stored in an element named Header.<partName> where <schema-name> is the name of the schema specified on the Output Headers tab.
Each Header.<partName> element also contains an item named @mustUnderstand. This boolean value is set to true in the outgoing reply if you require that the client must understand the header part.
Output
The activity has no output.
Error Output
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
Copyright © Cloud Software Group, Inc. All Rights Reserved