How do i connect to a webservice through a proxy server. I tried modifying
the general .net machine.config but with no success.
> How do i connect to a webservice through a proxy server. I tried modifying
> the general .net machine.config but with no success.
Hi Loui
Your generated (from wsdl.exe or "Add web reference" WS client side
proxy object has a Proxy property which you can setup for just that.
Regards
Henrik