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 Someone <th...@yahoo.com> on 2009/01/15 19:54:35 UTC

Problems with implementing WS-Security in Axis

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