We am using Metro 2.1 on Glassfish 3.1.
We have a metro based web service client running, and we have a particular requirement to NOT enforce security on incoming response messages from a Web Service. The target webservice requires a certain security policy for it's incoming messages, and it appears that this policy is also enforced on the response message. How can l tell Metro to ignore all WSS related headers and skip directly to processing the SOAP body?
Thank you.