WCF:创建公共 WCF 服务以响应 JSON 数据:简单示例
由于我正在开发一个 Web 应用程序
,因此我想创建一个 WCF 服务来公开
我们的系统数据。
我的服务将接收输入数据
(参数),并基于此,我想使用 JSON 格式响应数据
给我们的客户/调用者。
我还想为我的 WCF 服务创建公共 URL
,以便我们的客户/调用者可以调用它
。
您能否建议教程或示例
来了解我如何通过 WCF 实现这一目标
。
提前致谢。
PS:想要一个简单的教程/示例,了解如何创建返回 JSON 响应的 WCF 服务。
As I am working on one web application
, I want to create one WCF service to expose
our system data.
My service will receive input data
(params) and based on that, I want to response data using JSON format
to our customer/caller.
I also wants to create public URL for my WCF service
, so our customer/caller can invoke it
.
Could you please suggest tutorial OR example
for how could I achieve this by WCF
.
Thanks in Advance.
PS: Want a simple tutorial/example for how I can create a WCF service that returns JSON response.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论