为 Android 生成的 Soap 类

发布于 2025-01-01 03:03:35 字数 181 浏览 1 评论 0原文

目前我正在开发 iPhone 应用程序。但该公司还希望为该应用程序提供 Android 版本。 我已经通过 Soap 编写了所有请求,并在 iPhone 上使用了 Sudz-C 的 Soap Request Generator。 我现在想知道 Android 是否存在类似的东西,如果我不必自己编写这一切,那就太好了。 有人有一些经验或想法吗?

Currently I am working on an iPhone app. But the company also would like to have an android version for this app.
I have programmed all the request by Soap and used for the iPhone the Soap Request Generator of Sudz-C.
I am wondering now if something similar exists for the Android, It would be nice if I don't have to program this all by myself.
Anyone have some experiences or ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

醉城メ夜风 2025-01-08 03:03:35

我在 WSDL 2 android 中经历了很多解决方案。 google 不关心 SOAP 服务并为其提供任何东西。 wsdl2java 在大多数情况下不起作用,某些库无法被 android SDK 使用。我建议您使用http://easywsdl.com

您会看到您可以根据需要编辑自己的包名称、类前缀和许多其他参数。如果您有复杂的数据并且熟悉使用 Gson (https://code.google.com /p/google-gson/)在活动之间发送参数时不要选中“Use JodaDate”,这是一个很棒的使用日期的库,但 Gson 还不支持它。

如果您有一些服务无法正常工作(是的,这可能会发生,具体取决于您的 WSDL 配置文件),请将其报告给联系人,他们将像为我所做的那样解决您的问题。

发电机速度很快。您将收到所有生成的代码以及必须导入到项目中的 .jar。

I go through a lot of solution solution in WSDL 2 android. google don't matter about SOAP service and provide anything for it. wsdl2java won't work in most of case, some library cannot be use by android SDK. I suggest you to use http://easywsdl.com.

you'll see you can edit your own package name, class prefix and many other parameters depends on your need. If you have complex data and your are familiar to use Gson (https://code.google.com/p/google-gson/) to send parameter between your activities don't check "Use JodaDate" that is a great library for using date, but Gson doesn't support it (yet).

If you have few services that don't work (yes that can happen, depend of your WSDL configuration file), report it to contact and they will make the possible to fix your issue like they did for me.

The generator is fast. you will receive all your generated code and the .jar that you'll have to import into your project.

萤火眠眠 2025-01-08 03:03:35

ksoap2-android 是您正在寻找的,它将发送/接收肥皂请求,易于使用并且具有 MIT 许可证

ksoap2-android is what you are looking for, it will send/recive soap request's, is easy to use and on MIT license

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文