WCF Web API 相对于 WCF REST 服务的优势
我已经有一个通过 SOAP 消息进行通信的 WCF 服务,现在我需要修改此服务,以便可以从 JavaScript 中使用它。客户要求我研究一下 WCF Web Api。我不明白使用 WCF Web Api 比使用 WCF RESTful 服务有什么优势。 WCF RESTful 服务足以胜任这项工作吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WCF Web API 是当前 WCF REST 服务的演变 = 它将是 WCF REST 的下一版本,但目前仍处于预览状态。
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.