Title: Message
I was wondering if anyone had tried doing this:
 
WSDD, on the service element has a provider attribute, in my case it is "java:RPC".
This ends up being mapped to the org.apache.axis.providers.java.RPCProvider.
I want to have the ability to plugin another class, which extends the RPCProvider class (so that
it can perfom some custom operations for me, before performing the invokeMethod). This I am guessing
could be done either by mapping  the java:RPC to the custom class or to set the provider to something
else on the service element (eg. provider="java:MYRPC", and java:MYRPC mapping to the custom class).
 
I am trying to find out if anyone had tried this before and if they had any luck/difficulties etc. with this.
 
 
<service name="MyService" provider="java:RPC" use="encoded">
 
Thanks in advance
-Saravanan

Reply via email to