|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
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.
The SOAP Event Source process starter that received the request.
Any application-specific message properties that are 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.
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. 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 |