hi, The wss4j module don't work if you try to interoperate with .NET web services server that use Usernmatoken for authentication and signing and that force "passwordDigest".
This is because of the passwordoption parameter hardcoded into the UsernameTokenSignedAction class. I you try to make it configurable it is not yet interoperable, beacuse of .NET use the clear password to generate the secret key and not the digested password as wss4j do. I change the code accordingly and the magic happened. Bye, Alberto coletti --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
