I am trying to remove the header attributes from a SOAP response.
I have searched and ran across the idea that setting the mustUnderstand
option too false will remove the header attribute element, but not the header tag.
How do I remove the header tag from an Axis2 SOAP response? Is it possible?