messageContext | Object Message context containing the SOAP message from which to retrieve the body block QNames. 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 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. |
bodyBlockQNames | Document List A list of documents containing the qualified names (namespace name and local name) for each body block. The bodyBlockQName document references the
pub.soap.utils:QName document type. |