all groups > dotnet web services enhancements > december 2004 >
You're in the

dotnet web services enhancements

group:

Web service is not over the Internet


Web service is not over the Internet ddt
12/17/2004 6:55:05 AM
dotnet web services enhancements:
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.
RE: Web service is not over the Internet ddt
12/17/2004 7:57:09 AM
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.

[quoted text, click to view]
RE: Web service is not over the Internet Martin Kulov
12/19/2004 8:26:40 AM
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
RE: Web service is not over the Internet Dilip Krishnan
12/20/2004 6:37:56 AM
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

[quoted text, click to view]

RE: Web service is not over the Internet ddt
12/20/2004 8:31:04 AM
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

[quoted text, click to view]
Re: Web service is not over the Internet Mujtaba Syed
12/20/2004 11:43:46 AM
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.
[quoted text, click to view]

AddThis Social Bookmark Button