You don't want to call your local CFC with ?wsdl. That's the web
service URL. You want to just call the CFC with it's normal name, and
pass the method and the returnFormat argument. So your url should be
something like:


url="my.cfc?method=somemethod&returnformat=json"

This will run the somemethod function of my.cfc and tell CFC to format
the result into json. You don' t have to create the JSON yourself.
Assuming you are using CF8 of course.

On Mon, Jan 5, 2009 at 3:50 PM, Judah McAuley <ju...@wiredotter.com> wrote:
> I recall reading a blog posting that mentioned that CF returns
> non-standard JSON by default. Its a more compact design but required a
> custom data reader for the Ext library. While that isn't jQuery, it
> might help you to your goal:
>
> http://blog.cutterscrossing.com/index.cfm/2008/11/20/ColdFusion-Query-Json-Data-Reader
>
> Judah
>
> On Mon, Jan 5, 2009 at 11:42 AM, Joe <joe_ts...@hotmail.com> wrote:
>> All,

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317438
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to