There are few things that you can try:
OPTION 1 - Disabling SOAP Correlation tracing1) Back up existing tibcobw-toggles-typical.pbd.
2) Disable SOAPCorrelationTracing in tibcobw-toggles-typical.pbd by commenting out :
#TurnOn: SOAPCorrelationTracing
3) Restart the monitored application and see If the problem persist.
OPTION 2 - Disabling Axis correlation tracing1) Release the option 1 disabled.
2) Back up existing spm-correlation.pbd.
3) Disable Axis1ClientCorrelationTracing and Axis1ServerCorrelationTracing in spm-correlation.pbd by commenting out:
#TurnOn: Axis1ClientCorrelationTracing
#TurnOn: Axis1ServerCorrelationTracing
4) Restart the monitored application and see If the problem persist.
OPTION 3 - Changing the header insertion to HTTP1) Locate your Agent.Profile
2) Add below properties and set to false:
com.wily.introscope.agent.soapheaderinsertion.enabled=false
com.wily.introscope.agent.soapheaderread.enabled=false
com.wily.introscope.agent.httpheaderinsertion.enabled=true
com.wily.introscope.agent.httpheaderread.enabled=true