It looks like someone else had this problem recently.


http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=
7&threadid=861645


I tried it with both CFINVOKE and CreateObject() and I get the same
result.  Claude, can you post back if you get it to work?


This is what I just tried and it fails on the remote method call.


<cfset variables.webService = CreateObject("webservice",
"http://www.nws.noaa.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl")>


<p><cfdump var="#variables.webService#"
label="variables.webService"></p>


<cfset variables.options = StructNew()>


<cfset variables.options.maxt = true>


<cfset variables.returnValue = variables.webService.ndfdGen("39.0000",
"-77.0000", "time-series", "2004-04-27T12:00", "2004-04-30T12:00",
variables.options)>


Thanks

________________________________

From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 18, 2004 7:48 AM
To: CF-Talk
Subject: Re: OT: any good weather Web service?

I haven't tried it yet, but the National Weather Service has some
experimental XML/RSS feeds and a web service

http://www.nws.noaa.gov/forecasts/xml/

  - Rick

Claude Schneegans wrote:

> Can some one recommand a good Weather Web service?
> the one I'm using in the CFX_mapDatat demo
> (
>
http://www.contentbox.com/claude/customtags/mapdata/USWeatherMaps.cfm?m=
5 )
> has never listed winds higher than 30 MPH during the passage of Ivan.
> I don't know where they are taking their measures, in some sort of
> anti-nuclear shelter or so,
> but it is sure does not look too acurate ;-/
>
> The Web service I'm using right know is
> www.webservicex.net/globalweather.asmx
>
> --
> _______________________________________
> REUSE CODE! Use custom tags;
> See http://www.contentbox.com/claude/customtags/tagstore.cfm
> (Please send any spam to this address: [EMAIL PROTECTED])
> Thanks.
>
________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to