Hi,

I'm using a axis2 client using WS-Security/rampart for authenticating the user, 
but right now it's done by generating a context with the "client.axis2.xml". Is 
it possible (and how) to configure this programmically, aka not needing to use 
the client.axis2.xml?

Important part of the "client.axis2.xml":

  <module ref="rampart" />
  <parameter name="OutflowSecurity">
      <action>
        <items>UsernameToken</items>
        <user>user</user>
        <password>pass</password>
        <passwordType>PasswordText</passwordType>
      </action>
    </parameter>


thanks and best regards
Werner



Reply via email to