Hi.
I have some web services and I am creating a web client using ws-import.
When creating the client I have this line:
MyServiceService service = new MyServiceService();
It works fine as it is.
I have the same web service running on another server and I was wondering if I could access them using the same client. Is it possible to change the wsdl url of the client? Ctrl-Space in Eclipse gives me 2 parameters which I can enter into MyServiceService which are URL arg0 and Qname arg1. Is this what I'm looking for? And if this is the case what should I put in Qname since I didn't find any Javadoc associated and didn't find it on google neither
Thanks and regards, Krt_Malta