Hi,

I tried to use axis2 with rampart for UsernameToken authentication. The
problem is that all the samples just hardcoded the username in axis2.xml,
eg:

    <parameter name="OutflowSecurity">
        <action>
            <items>UsernameToken</items>
            <user>bob</user>
            <passwordCallbackClass>test1.security.PWCBClientHandler
</passwordCallbackClass>
          </action>
    </parameter>

How can I get rid of the <user> element in the config file and set the
username/password in the handler PWCBClientHandler?

-- 
Thanks & Regards,
Daniel

Reply via email to