1

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?

VJAI
  • 32,167
  • 23
  • 102
  • 164

1 Answers1

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