12
shouts

Take Two: A jQuery WCF/ASMX ServiceProxy Client - Rick Strahl

published 182 days, 5 hours, 35 minutes ago posted by DustinDustin 182 days, 12 hours, 7 minutes ago
Wednesday, September 16, 2009 2:50:14 PM GMT Wednesday, September 16, 2009 8:18:40 AM 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: Web Service | clicked: 66 | | source: www.west-wind.com | show counter code
tags: jQuery, WCF, Web Service