I strongly recommend that you use pocketsoap rather than the MS SOAP Toolkit.
See http://www.pocketsoap.com. 

Anne

On 6/20/05, Plorks mail <[EMAIL PROTECTED]> wrote:
> 
> Cool
> 
> thanks
> 
> 
> >From: "Merten Schumann" <[EMAIL PROTECTED]>
> >Reply-To: [email protected]
> >To: <[email protected]>
> >Subject: RE: Equivalent in VB
> >Date: Mon, 20 Jun 2005 14:13:03 +0200
> >
> >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
> > >
> > >
> 
> _________________________________________________________________
> Winks & nudges are here - download MSN Messenger 7.0 today!
> http://messenger.msn.co.uk
> 
>

Reply via email to