WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

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.

 View Only
  • 1.  Modify SOAP header

    Posted Mon August 07, 2017 06:36 PM

    Is it possible to modify SOAP Header by triggering a SOAP request using Invocation Channel?



  • 2.  RE: Modify SOAP header

    Posted Wed August 09, 2017 07:26 PM

    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.



  • 3.  RE: Modify SOAP header

    Posted Wed August 09, 2017 07:29 PM

    What if the option isn't configurable there?



  • 4.  RE: Modify SOAP header

    Posted Wed August 09, 2017 07:30 PM

    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.