I have a very simple WCF Service called pilltrkr.svc. I\'m trying to call this service from jQuery via the following code:
var jsondata = JSON.stringif
Probably a bit late, but I wrote a couple of blog posts a few years ago about calling WCF from jQuery. This also covers fault handling - which many articles ignore.
Part one and Part two.
HTH
Iain