6

Does silverlight 4 beta supports wshttpbinding (wcf)? If not, will it be supported in stable release?

AnthonyWJones
  • 187,081
  • 35
  • 232
  • 306
rovsen
  • 4,932
  • 5
  • 38
  • 60

1 Answers1

5

No, it doesn't look like it. Check out these blog post on the topic:

Silverlight 4 will support the NetTcp Binding, mostly for intranet scenarios - but I haven't heard anything about support for wsHttpBinding, sorry.

Marc

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • Any update on the final version of SL4? Does it support wsHttpBinding? – Vitalik May 04 '10 at 15:15
  • @Vitalik: No, SL4 support basicHttp as before, and now netTcpBinding. But that's all, as far as I know (but SL is not my core competency) – marc_s May 04 '10 at 15:53
  • Thats too bad, it would be nice to reuse some existing wsHttp based services with our Silverlight app without having to create some sort of custom proxy for all of our calls. – jpierson Jun 02 '10 at 03:17