In axis2 can we use module(handler) as a service end point same as in
axis 1 ?

     if yes then please tell me how we can achieve this in axis2 ?

     In axis1 if we have to use handler as a service endpoint then we have
to add following lines into server-config.wsdd

  <service name="urn:xyz" provider="Handler">
    <parameter name="handlerClass"  value="com.MyHandler"/>
  </service>

Reply via email to