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 Lakshmi Chaparala <la...@issinc.com> on 2006/05/12 22:37:08 UTC

Client Repository

Hi,

We are using axis2.1.0. Does this version still need client repository
specified ?

            ServiceClient client = new ServiceClient(configcontext, null);

 

Lakshmi 

 


Re: Client Repository

Posted by Eran Chinthaka <ch...@opensource.lk>.
Lakshmi Chaparala wrote:
> Hi,
> 
> We are using axis2.1.0. Does this version still need client repository
> specified ?
> 
>             ServiceClient client = new ServiceClient(configcontext, null);

Nope, you can call,

ServiceClient client = new ServiceClient();

-- EC

> 
>  
> 
> Lakshmi
> 
>  
>