Hi all,

I've have some simple java code calling a web service. Can anyone tell what the equivalent to this is in Visual Basic (not VB.NET)

Thanks for any help

Service  service = new Service();
Call call = (Call)service.createCall();
call.setTargetEndpointAddress(endpoint);
call.setOperationName("methodName");

call1.setUsername("myUserName");
call1.setPassword("muPassword");

String result = (String)call.invoke(new Object[]{params});

_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters

Reply via email to