[jQuery] Re: jsonp to WCF problem

2008-10-24 Thread tenaciousd
possible to rig WCF to format the response > natively but the solution it referrers to does not exist in the > samples download. > > On Oct 24, 9:00 am, tenaciousd <[EMAIL PROTECTED]> wrote: > > > Er, "bugger" should've been "buffer".  Quite a typo.

[jQuery] Re: jsonp to WCF problem

2008-10-24 Thread tenaciousd
Er, "bugger" should've been "buffer". Quite a typo. On Oct 24, 9:58 am, tenaciousd <[EMAIL PROTECTED]> wrote: > My service setup isn't exactly the same as yours but I think the same > solution will work for you. > > You'll need to add two cl

[jQuery] Re: jsonp to WCF problem

2008-10-24 Thread tenaciousd
ity of contracts, > while writing directly to the response of the IIS service? > > On Oct 23, 8:22 am, tenaciousd <[EMAIL PROTECTED]> wrote: > > > If you're going to do cross-domain calls you can't do a POST, only a > > GET.  I think even if you specify POST as yo

[jQuery] Re: jsonp to WCF problem

2008-10-23 Thread tenaciousd
ROTECTED]> wrote: > I am using WCF too, have you done projects that require an $.ajax POST > request to a WCF service cross site?  If you have, how did come up > with a server proxy to allow for cross site communication? > > On Oct 10, 2:01 pm, tenaciousd <[EMAIL PROTECTED]> wr

[jQuery] Re: jsonp to WCF problem

2008-10-10 Thread tenaciousd
Nevermind. The fundamental issue was that the json object wrapped in the callback name does, in fact, need to be written to the Response. I'm an idiot. Anyway, it's working now. If others hit the same jquery -> jsonp -> wcf issue let me know. On Oct 10, 12:07 pm, tenaciousd &

[jQuery] jsonp to WCF problem

2008-10-10 Thread tenaciousd
I'm using jQuery $.ajax to make a cross-domain jsonp call to a WCF service. The call is working fine, entering the service endpoint, but the callback method never fires. I've tried many permutations of changes and can't seem to get this to work. The WCF endpoint is returning a string (NOT doing