hmm , we don't have such a thing in Axis2
 
you have to do the following
 
1. to create a service client ; ServiceCliet sc= new ServiceClinet();
2. To get operation client form service client ; sc.createClinet(opName);
 

Thanks,
 Deepal
................................................................
~Future is Open~
----- Original Message -----
Sent: Thursday, February 02, 2006 10:04 PM
Subject: ServiceFactory in Axis2?

What is the equivalent of org.apache.axis.client.ServiceFactory in Axis2 so that it can be plugged into a Spring-based client?

 

Thanks

Reply via email to