I already have a WCF service that communicates through SOAP messages now I have a requirement to modify this service such that it can be consumed from JavaScript. The client asked me to look into WCF Web Api. I don't understand what are advantages I'm going to get using WCF Web Api than WCF RESTful services. Is WCF RESTful services is enough for this job?
Asked
Active
Viewed 1,245 times
1 Answers
5
WCF Web API is evolution of current WCF REST services = it will be the next version of WCF REST but at this time it is still preview.

Ladislav Mrnka
- 360,892
- 59
- 660
- 670
-
1@Mark, Within your own company yes. You cannot ship the binaries to your customers. – Darrel Miller Sep 12 '11 at 11:19
-
I love the name web api over rest services ;p – misaxi Sep 13 '11 at 12:50