我如何在android中从wsdl(wcf服务)构建代理类?
我需要从“WSDL”构建代理来调用“WCF”服务。 请向我提供信息。关于所需的通行费和要做的步骤。
我有 wsdl 文档。 并想要创建一个 android 客户端来使用服务。
我在这上面花了很多时间。
I need to build proxy from a "WSDL" to call "WCF" services.
please provide me info. about tolls required and steps to do.
i have wsdl document.
and want to create a android client to consume the services.
i have spend a lot time on tht.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 没有内置的 SOAP API。您必须使用一些额外的库,例如 kSoap2,但这些库不提供自动客户端生成- 您必须对其进行编码。有些产品能够生成客户端,但我希望它们能够商业化,例如 WSClient++。
Android doesn't have built in SOAP API. You must use some additional library like kSoap2 but those libraries doesn't provide automatic client generation - you must code it. There are products which are able to generate clients but I expect them to be commercial like WSClient++.