Hi, Using axis 1.4 as a service provider (server side) for a legacy project and elements of the inbound messages are coming with prefixes all defaulted (i.e. on the wire, the message element is <saml:Assertion xmlns:saml="...> whereas the element pulled by "Message requestMessage = messageContext.getRequestMessage();SOAPEnvelope requestEnvelope = requestMessage.getSOAPEnvelope(); ") comes with the element as "<Assertion xmlns="...>. This is breaking the verification of some signatures.
Is there any flag, property, wsdd setting, etc that would allow me to preserve the prefixes as they were on the wire? George