用 C# 构建 XML-RPC Web 服务 [英] Build a XML-RPC web service in C#

查看:41
本文介绍了用 C# 构建 XML-RPC Web 服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在 C# 中构建 XML-RPC Web 服务?

How do I build a XML-RPC web service in C#?

推荐答案

您可以实现通用处理程序 (.ashx) 或与 ASP.NET 2.0 兼容的服务 (.asmx).然后,您需要使用 XML 的 .NET 类或仅自己处理 XML 解析和构造.

You could implement either a generic handler (.ashx) or an ASP.NET 2.0-compatible service (.asmx). You would then need to handle the XML parsing and construction either using .NET classes for XML or just on your own.

自从问题改变后,我取出了有关 WCF 的信息,使其变得无关紧要.

I took out information about WCF since the question changed, making it irrelevant.

这篇关于用 C# 构建 XML-RPC Web 服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆