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]

Reply via email to