Hello,
 
I would like to know if it is possible to switch the Axis RPCProvider class into a custom extended class ?
I found in server-config.wsdd a tag :
 <handler name="RPCDispatcher" type="java:org.apache.axis.providers.java.RPCProvider"/>
and replace like that :
 <handler name="RPCDispatcher" type="java:com.xxx.MyRPCProvider"/>
 
But it doesn't have any effect....
Is it possible?
 
Thanks,
Agnes

Reply via email to