There is any WCF binding that accepts the data in a HTTP query string?
+2
A:
Well, WCF also supports REST, which sort of allows you to specify the parameters for your call in the URL.
- MSDN WCF REST Developer Center - tons of goodies, including screen casts
- An Introduction To RESTful Services With WCF
- The new WCF Web Programming Model supports REST Design
Is that what you're looking for? I don't think there's any standard way to package up a SOAP envelope on the query string.....
marc_s
2009-12-09 17:04:30
The first result was just what I wantedhttp://weblogs.asp.net/kiyoshi/archive/2008/10/08/wcf-using-webhttpbinding-for-rest-services.aspx
Jader Dias
2009-12-11 18:19:13