On Mo Mrz 06 2006 at 16:54, "Kosuru, Giri" <[EMAIL PROTECTED]> wrote:
> Hi all, > > > > We implemented WSS4J for securing one of our Web Services > (Uses apache Axis). As the implementation seems to be simple and > straight forward for basic requirements, we are planning to make it as a > standard for other java/j2ee applications to implement WSS4J. But we are > concerned about the interoperability of WSS4J with others, particularly > .NET. The WSS4J web site says it is interoperable. But did any body did > integrate WSS4J with .NET before? If yes, what are your experiences? Is > it safe to assume interoperability and go ahead and make it a standard? We use it with a .Net client accessing an Axis + WSS4J1.1 Webservice with UsernameToken and PasswordText. this works fine. I had no success with an Axis + WSS4J1.1 Client and a .Net Webservice with UsernameToken and PasswordDigest. Using Signature worked like a charm. Hope this helps Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
