Can you give an example of the changing of XML prefixes? This was actually a major problem for us with the various SOAP engines we targeted (because WSRF is very dependent on prefixes staying the same), so we make sure not to modify prefixes in the request handling. Let me know what's happening.
Also, are you signing things as part of the operation implementations? Normally this is done with something like WSS4J, which you can enable as an Axis2 handler (so the envelope will be completely finished when you sign or validate it). Dan Erik Rissanen <[EMAIL PROTECTED]> wrote on 04/08/2007 01:52:42 PM: > Hello, > > I am using Apache Muse 2.2.0 for implementing a web service. I need to > pass digitally signed XML documents to the service. The problem I have > is that Muse re-indents the XML and changes namespace prefixes. This > breaks the signatures. > > Is this a bug, feature or do I need to reconfigure muse somehow? I tried > to search the web, this list and the bug tracking system, but I couldn't > find anything. > > Regards, > Erik > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
