Hi, I am using Axis with Tomcat and I am using two differents services
deploys in the same Server_Config.wsdd, I need that both services have
different security configurations in its <requestFlow>, it is say, I need a
<requestFlow>
  <handler type="java:org.apache.ws.axis.security.WSDoAllReceiver">
    <parameter name="passwordCallbackClass" value="PWCallback"/>
    <parameter name="action" value="Encrypt"/>
    <parameter name="decryptionPropFile" value="crypto.properties"/>
  </handler>
  </requestFlow>

for a service A, and another like this:

<requestFlow>
  <handler type="java:org.apache.ws.axis.security.WSDoAllReceiver">
    <parameter name="passwordCallbackClass" value="adafsd/PWCallback"/>
    <parameter name="action" value="UsernameToken"/>  
   </handler>
</requestFlow>

for the service B, but I have read that it is not possible to have multiples
requestflow, Have I to deploy each service in a Server_Config.wsdd separate
or can I use the same Server_Config.wsdd to support two differents security
requestflow (one for each service)??

Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Two-Server_Config.wsdd-or-Two-different-configurations-in-the-same-Server_Config.wsdd-tf4204905.html#a11960747
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to