Re: [Axis2] missing features when converting from Axis1 to Axis2

2006-08-11 Thread Eran Chinthaka
Implement org.apache.axis2.Service interface to your service implementation. init method will be called when your service gets deployed. setOperationContext method will be called, whenever your service is invoked, by which you can access the config context. -- Chinthaka Johan Lundberg wrote:

Re: [Axis2] missing features when converting from Axis1 to Axis2

2006-08-11 Thread Johan Lundberg
Tank you very much for your help. /johan Eran Chinthaka wrote: Implement org.apache.axis2.Service interface to your service implementation. init method will be called when your service gets deployed. setOperationContext method will be called, whenever your service is invoked, by which you can