You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Nencho Lupanov <ne...@googlemail.com> on 2007/06/13 09:12:22 UTC

[axis2] Symmetric/Assymetric Binding with username token

Hi all,

I am trying to use a username token with Symmetric and assymetric binding,
but i notice the following:

1)The password callback handler does not receive the password at the server
side.
2)The password is included in the soap request but always as type of digest
- this is
not normal since by default it should be plain text and there is nothing in
my policy saying
about hashes
3)This scenarion works perfectly with a transport binding.

Thanks.

Nencho