Hi Sanjay
> 1. In a wsdd file when we give <service name="name" provider="Handler">
> what does it mean,
When using the 'Handler' provider type use the 'handlerClass' parameter to specify the class to be used. The specified class must implement the o.a.axis.Handler interface. Your handler gets called with the raw MessageContext. Check out /samples/misc/deploy.wsdd in the axis distribution.
2. And what is the use of parameter providers under service tag.Never heard of that parameter (but that doesn't mean anything). Where did you find this example?
<service ...>
<parameter name="providers" value="FirstProvider SecondProvider ThirdProvider"/>
</service>
Bioern