> Hi. I'm trying to write a web form that will consumer the NOAA's web
> service. I keep getting a timeout from my .net stuff, but their demo seems
[quoted text clipped - 17 lines]
>
> lblweather.Text = strReturn
>> Hi. I'm trying to write a web form that will consumer the NOAA's web
>> service. I keep getting a timeout from my .net stuff, but their demo
[quoted text clipped - 22 lines]
>
> oWeather.Timeout = 1 * 60 * 60 * 1000 ' Before the Try
With the higher timeout, I get:
[WebException: The underlying connection was closed: An unexpected error
occurred on a receive.]
System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest
request)
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest
request)
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
WebApplication1.gov.noaa.nws.www.ndfdXML.NDFDgenByDay(Decimal latitude,
Decimal longitude, DateTime startDate, String numDays, formatType format) in
d:\inetpub\wwwroot\WebApplication1\Web
References\gov.noaa.nws.www\Reference.vb:60
WebApplication1.WebForm1.Button2_Click(Object sender, EventArgs e) in
d:\inetpub\wwwroot\WebApplication1\WebForm1.aspx.vb:74
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain() +1292
I think their service may be down.
John Saunders
MattB - 31 Dec 2004 03:59 GMT
>>>Hi. I'm trying to write a web form that will consumer the NOAA's web
>>>service. I keep getting a timeout from my .net stuff, but their demo
[quoted text clipped - 50 lines]
>
> John Saunders
Thanks for checking. Sort of a relief, yet annoying too. I guess I'm
getting what I paid for with this free service!
Matt