[jQuery] Re: Calling ASMX from JQuery

2009-05-18 Thread Jeffrey Kretz
Brech Sent: Monday, May 18, 2009 1:47 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Calling ASMX from JQuery doesn't asmx wrap the json in a soap object? > Date: Mon, 18 May 2009 12:51:05 -0700 > Subject: [jQuery] Re: Calling ASMX from JQuery > From: brakes...@gmail.com &

[jQuery] Re: Calling ASMX from JQuery

2009-05-18 Thread Joseph Le Brech
doesn't asmx wrap the json in a soap object? > Date: Mon, 18 May 2009 12:51:05 -0700 > Subject: [jQuery] Re: Calling ASMX from JQuery > From: brakes...@gmail.com > To: jquery-en@googlegroups.com > > > Check in Firebug if the service returns data or a 501 error.

[jQuery] Re: Calling ASMX from JQuery

2009-05-18 Thread bittermonkey
Check in Firebug if the service returns data or a 501 error. Its under CONSOLE. You should allow it to "Show XMLHTTPRequests" Also, 1. The URL part seems to have an extra space after HTTP.. or maybe its just a typo: url: "http: //localhost/BoATransformation/Survey.asmx/ GetSurvey" 2. Or try