Windows Phone 7 中的 XML-RPC 调用
我正在尝试在 Windows Phone 7 上使用 wordpress xml-rpc,但找不到任何用于进行 rpc 调用的 API。有谁知道任何库或方法。
I am trying to using wordpress xml-rpc on windows phone 7 but can't find any API's for making rpc calls. Does anyone know of any libraries or a way to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试使用 XML-RPC.NET 这是一个免费的库。下载捆绑包后,会有一个 CF(Compact Framework)版本的 DLL - 由于平台限制,您必须使用此版本。
但请注意(引用自文档):
Try using XML-RPC.NET which is a free library. Once you download the bundle, there is a CF (Compact Framework) version of the DLL - due to platform restrictions, you have to use this version.
Note, however, that (quote from the documentation):
XML-RPC.NET 库版本 3.0 现在与 Windows Phone 7 项目兼容。
The XML-RPC.NET library version 3.0 is now compatible with Windows Phone 7 projects.
我相信 Windows Phone 库中不存在
XmlRpcProxyGen
,因为该平台不支持System.Reflection
类。I believe
XmlRpcProxyGen
doesn't exist in the Windows Phone library as the platform doesn't support theSystem.Reflection
classes.