Home All Groups Group Topic Archive Search About

Problem calling multiple web services

Author
13 Nov 2006 10:25 AM
Kev
Hi all,

I have an app that needs to call the same web service which will be located
on multiple machines. The web service is identical on each.

I find that despite the fact I have changed the url of the webservice to
point to each machine before I make the call (single threaded for now), the
web service is always called on whatever machine I defined the project level
web reference on (in the IDE I mean).

How do I repeatedly call the same web service (definition) but each time on
a different machine...?

Any help appreciated...

Cheers

Author
13 Nov 2006 4:46 PM
Dan Bass
Kev,

Looks like this is possible...
http://msdn2.microsoft.com/fr-fr/library/ms153652.aspx

What version of VB are you running?

Dan.


Show quoteHide quote
"Kev" <spammealluwant@nochanceinhelloffindingmehere.com> wrote in message
news:%23oQG83wBHHA.3620@TK2MSFTNGP02.phx.gbl...
> Hi all,
>
> I have an app that needs to call the same web service which will be
> located on multiple machines. The web service is identical on each.
>
> I find that despite the fact I have changed the url of the webservice to
> point to each machine before I make the call (single threaded for now),
> the web service is always called on whatever machine I defined the project
> level web reference on (in the IDE I mean).
>
> How do I repeatedly call the same web service (definition) but each time
> on a different machine...?
>
> Any help appreciated...
>
> Cheers
>