Hi,

I'm using Axis2-1.0 and I'd like to do something which was available in axis 1.x.
In axis 1.x, you could do :
MyServiceLocator serviceLocator = new MyServiceLocator() ;
....
MyService myService = serviceLocator.getmyservice();

And then, you can access the implementation class properties and methods.

Is there something like this in Axis2 ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to