If I understand you correctly you would like to send the
Security action parameter from client to server? This way
the client could inform the server which security actions
are used in the request and whhat type of action the server
shall apply ?

If this understanding is correct then I would strongly
discourage such a usage because the client could switch off
security handling at all - what is the reason to do that?

On the server side you usually can provide parameters only
via WSDD file or you have to provide a server programm that
inititializes Axis manually (via a Servlet engine like Tomcat).

Regards,
Werner


> -----Ursprüngliche Nachricht-----
> Von: debest [mailto:[EMAIL PROTECTED] 
> Gesendet: Freitag, 30. Juni 2006 14:23
> An: [email protected]
> Betreff: Re: AW: wsdoallreceiver
> 
> 
> in the WSDoAllReceiver class there is this code part:
> 
> if ((action = (String) getOption(WSHandlerConstants.ACTION)) 
> == null) {
>                 action=(String)
> msgContext.getProperty(WSHandlerConstants.ACTION);
> 
> if the action parameter does not specify in service.wsdd 
> file, the action
> parameter is taken from the msgContext in the 
> WSHandlerConstants.ACTION
> property. This property is not sent directly over the wire by 
> the HTTPSender
> class.
> Is there some way to pass this parameter to the server side?
> -- 
> View this message in context: 
> http://www.nabble.com/wsdoallreceiver-tf1872359.html#a5119479
> Sent from the WSS4J forum at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to