Reply
A Reply control returns the result of a Technical Workflow as SOAP response to the calling Web Service.
Reply Dialog Descriptions
Dialog Reply Module Properties in Technical Workflows
This dialog offers the following options:
Response data
-
Use input message as output
Can e.g. be effectively used when combined with a Web Services Input Connector to explicitly display return values and thus to improve the readability of the workflow.
-
Create output from variable content
Creates a SOAP message out of the input message, which is used as response.
Response creation from variable
-
Module receiving incoming request (for option Create output from variable content only)
Defines which Receive or onMessage module or which Web Services Input Connector has accepted the request for which the response is to be generated.
-
Module
For selecting the desired module
-
Operation
For selecting the operation, for which this module shall generate a response
-
Response type
-
Normal response
Generates a positive response, according to the output message which is defined in the partnerLink.
-
Variable
Name of the variable from whose content the answer is to be generated.
-
-
Error response
Only active, if in the partnerLink a fault output message is defined.
-
Error name/Error variable
List of defined error names and error variables.
-