Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SOAP Folder | Summary of Elements in this Folder | pub.soap.handler:getHeaderBlockQNames
 
pub.soap.handler:getHeaderBlockQNames
WmPublic. Returns the QName for each header block in a SOAP message.
Input Parameters
messageContext
Object Message context containing the SOAP message from which to retrieve the header 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 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.
Output Parameters
headerBlockQNames
Document List A list of documents containing the qualified names (namespace name and local name) in the header block.
The headerBlockQName document references the pub.soap.utils:QName document type.
Usage Notes
You can use the pub.soap.handler:getHeaderBlockQNames to identify the header block QNames in a SOAP message and then use pub.soap.handler:removeHeaderBlock to remove specific header blocks.
See Also
pub.soap.handler:removeHeaderBlock