It throw out error as "The underlying connection was closed: Unable to
connect to the remote server."
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetRequestStream()
at Microsoft.Web.Services.SoapWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
....
Thanks.
> Hi,
>
> I have a web service installed in server, it woks fine from interanet, but
> can not access from internet, any idea?
> Any respones wellcomed.
> ddt
Martin Kulov - 19 Dec 2004 16:25 GMT
Hi ddt,
Probably your company firewall is denying access to your web server. Open the URL in IE from outside your company.
Martin Kulov
http://www.codeattest.com
MCAD Charter Member
MCSD.NET Early Achiever
MCSD
Dilip Krishnan - 20 Dec 2004 14:37 GMT
Hello ddt,
Try removing the keep alive option in IIS. Could also try to override the
proxy class as per the kb article
http://support.microsoft.com/kb/819450/EN-US/
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> It throw out error as "The underlying connection was closed: Unable to
> connect to the remote server."
[quoted text clipped - 17 lines]
>> Any respones wellcomed.
>> ddt
ddt - 20 Dec 2004 16:31 GMT
Thanks for the answers, I have test the web services, it works before the our
network proxy server but failed behind it.
So I think it looks like proxy server's issue, how to setup webservice to
pass throuth the proxy server, any idea?
Thanks again.
ddt
> Hello ddt,
>
[quoted text clipped - 29 lines]
> >> Any respones wellcomed.
> >> ddt
Mujtaba Syed - 20 Dec 2004 16:43 GMT
Hi:
You have to program you web proxy information into your web service proxy.
The web service proxy has a property called Proxy which is of type
IWebProxy.
I hope this helps,
Mujtaba.
> Thanks for the answers, I have test the web services, it works before the our
> network proxy server but failed behind it.
[quoted text clipped - 37 lines]
> > >> Any respones wellcomed.
> > >> ddt