You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Fe...@thomson.com on 2006/02/02 17:04:07 UTC

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


Re: ServiceFactory in Axis2?

Posted by Deepal Jayasinghe <de...@opensource.lk>.
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 ----- 
  From: Fernando.Matomira@thomson.com 
  To: axis-user@ws.apache.org 
  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