WCF using REST, having some binding questions

Posted by netlogging on Stack Overflow See other posts from Stack Overflow or by netlogging
Published on 2010-05-05T20:31:42Z Indexed on 2010/05/05 20:38 UTC
Read the original article Hit count: 390

Filed under:
|
|

Hello people,

I am really confused right now and I can't get any right answers anywhere.

My confusions are:

1) Isn't wsHttpBinging (which is beefed up basicHttpBinding) used in SOAP instead of REST and REST only uses webHttpBinding?

2) Also, DOES silverlight 4 with WCF (REST) support wsHttpBinding (VS2010)? I read that it does not everywhere on the net but I some how got silverlight 4 working with REST using wsHttpBinding. NOTE: I am using Factory="System.ServiceModel.Activation.WebServiceHostFactory". Is this factory setting somehow bypassing my web.config setting for wsHttpBinding to make it work with webHttpBinding and i am thinking by my wsHttpBinding is working?

Thank you.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about wcfservice