search the web for "soap toolkit 3.0" or "office web services toolkit" beware, it's unsupported software
hth Merten > -----Original Message----- > From: Plorks mail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 20, 2005 2:08 PM > To: [email protected] > Subject: Equivalent in VB > > > 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 > >
