Android 将 kSoap 与 .NET 以外的 Web 服务结合使用
我正在尝试创建一个应用程序,该应用程序与我使用 Progress 数据库构建的 XML 页面建立连接。我尝试按照本教程使用 kSoap2 访问它(http://seesharpgears.blogspot.com/2010/10/web-service-that-returns-array-of.html)。
它并没有真正进入我的进度过程,所以我没有得到任何响应,所以我想知道这个 kSoap 是否真的可以与 .NET Web 服务之外的其他 Web 服务一起使用?
您可以在这里找到我的网络服务类 http://pastebin.com/50rhLCFr。 我的域类的构建方式与教程完全相同,如果我将文件保存为 XML,则 Progresscode 可以工作。
非常感谢!
I'm trying to make an application that's making a connection to an XML-page that I've built with Progress database. I've tried accessing it with kSoap2, following this tutorial (http://seesharpgears.blogspot.com/2010/10/web-service-that-returns-array-of.html).
It doesn't really go into my Progress Procedure, so I don't get any response, so I'm wondering if this kSoap actually works with other webservices than .NET webservices?
You can find my webservice class over here http://pastebin.com/50rhLCFr.
My domain class is built exactly like the tutorial and the Progresscode works if I save the file to XML.
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我与 android 一起使用过许多 Web 服务,这是我通常的调试过程:
此技术避免使用 Ksoap,我发现这很烦人!
I have worked with a number of web services alongside android and this is my usual debugging process:
this technique avoids using Ksoap, which I have found to be quite annoying!