messageContext | Object Message context to be processed by the header handler. A message context contains properties for the SOAP message and provides access to the SOAP message. Integration Server creates the message context and passes it to the header handler. All handlers invoked by a given instance of a SOAP request or SOAP response use the same message context, which enables you to use the message context to pass information among handlers. |
statusCode | String Specifies the status of the handler service execution which indicates the action Integration Server will take next. The statusCode parameter must be an integer from 0-3. The action Integration Server takes for a particular status code depends on whether the service is registered as a request handler, response handler, or fault handler. For more information, see
What Are Handlers and Handler
Services? or Software AG Designer Online Help. If statusCode does not contain one of the specified values, Integration Server assumes a value of 0. |
faultMessage | String Conditional. Text to be used in the fault message. Integration Server uses the faultMessage value for any handler service that returns a status of 2 and when a response handler service returns a status of 3. For more information, see
What Are Handlers and Handler
Services?. or Software AG Designer Online Help. |