Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-18 Thread Claude Schneegans
>>Has anyone come up with a solution to the problem of accessing the forecasts? I have worked out a small example of the use of my custom tag CFX_mapData here: http://www.contentbox.com/claude/customtags/mapData/USWeatherMaps.cfm?m=1 (BTW it's damn cold today! ;-) I simply CFHTTP every hour one c

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-18 Thread Russel Madere
NWS (was RE: CF-Tag Weather for UK (London)?) It is nice and easy: [snip] ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-06 Thread Sean Corfield
On Thu, 6 Jan 2005 07:54:42 -0800, Ian Skinner <[EMAIL PROTECTED]> wrote: > I made the change to dates suggested by Sean, and have gotten a bit father. > I now get results from both functions this NWS web service > [http://www.nws.noaa.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php?wsdl], > bu

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-06 Thread Ian Skinner
I made the change to dates suggested by Sean, and have gotten a bit father. I now get results from both functions this NWS web service [http://www.nws.noaa.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php?wsdl], but I am still getting "Could not perform web service invocation "NDFDgenByDay|NDFD

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Sean Corfield
On Wed, 5 Jan 2005 08:45:28 -0800, Sean Corfield <[EMAIL PROTECTED]> wrote: > A couple of errors in what you're doing: > > > Should be: > > (Parameters is the wrong name) > > > aString = ws.NDFDgen(parameters); > Should be: > aString = ws.NDFDgen(argumentCollection=parameters); > > Howe

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Ben Rogers
s in ASP.Net. Ben Rogers http://www.c4.net v.508.240.0051 f.508.240.0057 > -Original Message- > From: Ian Skinner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 05, 2005 3:15 PM > To: CF-Talk > Subject: RE: US Weather from NWS (was RE: CF-Tag Weather for UK (Londo

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Ian Skinner
Well, I made a small amount of progress. I have at least proved that ColdFusion can retrieve some kind of data from a National Weather Service web service. But, it is not very useful yet. First of all, I played with the code, and I was able to get a different error "Could not perform web serv

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Emmet McGovern
I guess I'm not alone! I've revisited that thing soo many times now. I'm glad to see it's not just me. I wish they just posted a 7-10 day forecast in xml like the current observations. Emmet ~| Get the mailserver that po

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Paul Malan
> > Jeff Garza > > - Original Message ----- > From: "Russel Madere" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Wednesday, January 05, 2005 8:44 AM > Subject: US Weather from NWS (was RE: CF-Tag Weather for UK (L

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
servations. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 11:26 AM To: CF-Talk Subject: RE: US Weather from NWS (was RE: CF-Tag Weather for

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Jim Davis
> -Original Message- > From: Russel Madere [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 05, 2005 11:53 AM > To: CF-Talk > Subject: RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) > > It is nice and easy: > > http://www.nws.noaa.go

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
2005 10:48 AM To: CF-Talk Subject: RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) > -Original Message- > From: Russel Madere [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 05, 2005 11:09 AM > To: CF-Talk > Subject: RE: US Weather from NWS (was RE:

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Jim Davis
> -Original Message- > From: Russel Madere [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 05, 2005 11:09 AM > To: CF-Talk > Subject: RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) > > I'm afraid I'm going to have to go back to trying

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Sean Corfield
On Wed, 5 Jan 2005 09:44:22 -0600, Russel Madere <[EMAIL PROTECTED]> wrote: > Has anyone had luck access in the US National Weather Service? I have > tried this code (some of the sloppiness here is trying to find the > error): A couple of errors in what you're doing: > Should be: (Parameter

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
sel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 9:52 AM To: CF-Talk Subject: Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) I've had no

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Dawson, Michael
I have not been able to get to the NWS using a CF web service call, either. -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 9:44 AM To: CF-Talk Subject: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) Has anyone had luck

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread C. Hatton Humphrey
> I've had no luck whatsoever either. Glad you got through to the NWS > webmaster. > > If you find a resolution, please let me know! Better yet, let us all know! Hatton ~| Find out how CFTicket can increase your company's cust

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Jeff Garza
005 8:44 AM Subject: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) > Has anyone had luck access in the US National Weather Service? I have > tried this code (some of the sloppiness here is trying to find the > error): > > > > > > > > >

US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
Has anyone had luck access in the US National Weather Service? I have tried this code (some of the sloppiness here is trying to find the error): ws = CreateObject("webservice", "http://www.nws.noaa.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl";); aString = ws.NDF