You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Andy Kriger <an...@gmail.com> on 2005/03/22 19:53:31 UTC

security interop question

I posted this to the fx-dev list, but I want to widen the scope
because I do not know how large the developer base is for ws-fx (since
there's no full release yet). I figure Axis has a larger base of users
who might have seen .NET/Java interop problems...

I am trying to get a .NET client (using WSE 2.0sp3) to communicate
with my Java SOAP service (using Axis 1.2rc3 and the latest WSS4J
code). The password digest being passed into the message by .NET does
not match the password digest being generated by WSS4J even though the
username/password being passed into the client are correct. The client
is running on WinXP. The service is running on Solaris9 on a Sparc. I
think the WSS4J code is correct (from my reading of the UsernameToken
spec and my ability to replicate the same values independently using a
Ruby script).

I'm wondering if anyone has seen .NET passing a bad password digest?

thx
andy