Problem calling multiple web services

  • Thread starter Thread starter Kev
  • Start date Start date
K

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
 
Back
Top