Re: Client Repository

2006-05-22 Thread Eran Chinthaka
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 &

Client Repository

2006-05-12 Thread Lakshmi Chaparala
Hi, We are using axis2.1.0. Does this version still need client repository specified ?     ServiceClient client = new ServiceClient(configcontext, null);   Lakshmi