views:

8

answers:

0

I need to access a 3rd party web service. The computer that needs to make the call does not have internet access so it needs to go through a 2nd internal computer that does have internet access.

I'm fairly new to consuming and using web services. Through searching I've established that I need to use some sort of routing to do this. What I can't determine is if the routing needs to happen in my client program that calls the web service or if the 2nd computer needs to be set up as some sort of router and I just point my program's consumed web service .url setting to the second computer.

Any insight on how to do this is greatly appreciated. Thank you.