Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Is it possible to modify SOAP Header by triggering a SOAP request using Invocation Channel?
If it is the outgoing, you can modify some pieces of it by creating an appropriate "End Point" that you then use on the Invocation Channel.
What if the option isn't configurable there?
You'll likely have to extend the class that End Point uses, put in your modification, and then create a new End Point that uses your extended class.