12
shouts

Making jQuery calls to WCF/ASMX with a ServiceProxy Client - Rick Strahl

published 178 days, 19 hours, 6 minutes ago posted by StevesSteves 179 days, 10 hours, 8 minutes ago
Friday, September 18, 2009 2:36:38 PM GMT Thursday, September 17, 2009 11:34:38 PM GMT

I’ve discussed creating a WCF or ASMX Service proxy for operation with jQuery and without using the Microsoft AJAX libraries. This was some time ago and some things have changed since then – most notably the introduction native JSON parsers in IE 8 and FireFox 3.5 as well as some changes in .NET 3.5 SP1 that makes some JSON transfer tasks a little bit easier in some situations. So I think it’s time to revisit this topic and update the code I showed in the past.

How the WCF ServiceProxy works

The idea of ...

category: Ajax | clicked: 72 | | source: west-wind.com | show counter code
tags: Ajax, ASMX, jQuery, JSON, ServiceProxy, WCF