Hi,
I have a bog standard html page. All I want to do is :
- use JQuery on that page to send JSON requests to a WCF service
- retrieve JSON back.
That's it.
I have the html page and JQuery written, no problem.
However, I can't find one tutorial that works. All the ones I've found have many conflicting parts to do with behaviors, editing the svc file with a Factory attribute, etc.
Can someone please point me to a bog standard tutorial / example that ACTUALLY works?
Thanks.