I am currently trying to implement a secure WS with wss4j with message signing and encrypting only, no secure conversation, using PKI for encryption and signing with an anonymous authentication scheme.
When I step through the PasswordCallback handler, all fields in the
WSPasswordCallback object are null, and a WSException is thrown with the
message: Alias is null.
Has anyone had any experience with this? Can anyone offer some insight?
Thanks in advance,
-Joe
