Hello
I've got to develop a web service client, but don't know where to start
I have the external wsdl file which exposes the methods i wish to invoke.
Is it something like this
public static void main(String args[])
{
URL url = new URL("http://thirdpartycallservice/third_party_calling_service.wsdl");
Service service = new Service();
Call call = (Call)service.createCall();
.
.
.
.
.
.
}
I don't know the next code to continue
Any help much appreciated
_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters
