As far as I understand (and it's working for me), you don't need to register it, unless you want to specify parameters for it. All you need to do is to declare your service this way, in your wsdd deployment file:
<service name="YourService" provider="Handler"> <parameter name="handlerClass" value="yourPackage.YourProviderClass"/> ... [your other parameters] </service> Hope this helps, Omar Le Vendredi 1 Février 2002 06:43, vous avez écrit : > Hi, > > Can anybody help me on that issues. > > I have written my own provider by extending RPCProvider. Now how > i can register that provider with Axis Engine? > > Thanks in advance. > > Kavish