【发布时间】:2011-06-22 04:57:13
【问题描述】:
我正在开发一个移动网络应用程序。我使用基于 SOAP XML 的 Web 服务。但是基于这个线程Why is it not a good idea to use SOAP for communicating with the front end (ie web browser)?,我打算使用 JSON 而不是 SOAP XML。
是否有任何库可以将基于 SOAP 的 XML 转换为 .Net 中的 JSON 格式?
【问题讨论】:
标签: .net xml web-services json soap