Does Silverlight 3.0 support WebHttpBinding for WCF RESTful services?
A:
No. http://msdn.microsoft.com/en-us/library/dd540823(VS.95).aspx Believe it is a security restriction.
Program.X
2010-02-15 17:56:08
The whole point of WebHttpBinding is to allow a server to expose http endpoints. Silverlight can consume http services. There is no support for doing "Add Service Reference" from a Silverlight client to a WCF service using WebHttpBinding because that would be pointless. I downvoted your answer because the fact that this capability does not exist has nothing to do with security.
Darrel Miller
2010-02-16 01:34:39
Fair point, but maybe a comment to that effect would have done. :)
Program.X
2010-02-16 09:17:54