Forgot to mention we are running ISA Server 2000.
Hello Mike,
To make a web service crossing a firewall, we have to set is Proxy
property. For example:
IWebProxy proxyObject = new WebProxy("http://proxyserver:80", true);
math.Proxy = proxyObject;
Also, to test the proxy, can you access other web pages on the same server
in IE?
Luke
Mike Malter - 25 Mar 2005 00:09 GMT
Luke,
Thanks for jumping in but actually this is not ultimately what solved the
problem. I finally had to open a case and use one of my tech support
incidents with the ISA Server group.
The solution was to create allow packet filters for port 80 and 433. The
reason is that nothing can get out on an ISA box unless there is a packet
filter for it. For clients not on the box, there is NAT, proxy or the
firewall service itself but the problem arises when you are on the actual
ISA box itself and try to do something.
Thank you for your willingness to help.
Mike
> Hello Mike,
>
[quoted text clipped - 8 lines]
>
> Luke
[MSFT] - 25 Mar 2005 06:38 GMT
HI Mike,
Thank you for the clarify. I really appreciated it.
Luke