You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Wss4jSecurityInterceptor replaces the AxiomMessage in the SoapMessage, if the original SoapMessage already had a SoapAction set, the value is lost.
I believe, in the Wss4jSecurityInterceptor.replaceMessage() method, the following workaround should be done:
// replace the Axiom message
String tempSoapAction = soapMessage.getSoapAction();