Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是社区的新手,希望我问对了。
我有一个 WCF 服务,它应该接收来自“Web 应用程序客户端”和“Android 应用程序”的连接。
是否有可能做到这一点?据我了解,连接到 Android 的最佳方式是使用 JSON,但如何管理与 Web 应用程序的连接?
谢谢你。
你的问题是对的!
(i) 是的,这是可能的,因为 web 和 android 应用程序都可以使用 wcf 服务。
(ii)您可以将 SOAP/JSON 用于 android 和 web 应用程序,您的连接可以在 web.config 中维护。
是的,您可以将 WCF 用于 Web 客户端和 android,我建议您使用 Restful WCF,因为默认情况下 Android 不支持 Soap。