Web 服务初学者,使用 Android

发布于 2024-09-10 04:51:57 字数 160 浏览 1 评论 0原文

我今天阅读了有关 SOAP Web 服务的第一篇教程,我想创建自己的服务,例如一个 Java 类 Person,它应该是我的 Web 服务。我不知道我需要什么应用程序来存储这个网络服务来访问它作为测试,也不知道如何从 ANDROID 访问它。

请帮我解决这个问题。

一切顺利

I read the first tutorials today on SOAP webs ervices and I'd like to create my own service, e.g. a java class Person that should be my web service. I don't know what application do I need to store this web service for accesing it as a test, and neither how to access it from ANDROID.

Please help me with this.

All the best

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

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

发布评论

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

评论(1

时光倒影 2024-09-17 04:51:57

所以您真正的问题是如何构建 Web 服务。如果您希望 Android 应用程序使用您的 Web 服务,那么如果 Web 服务是 RESTful,那么会更容易。以下是一些关于构建 RESTful Web 服务的教程。您为什么不尝试一下,当您有更详细的问题时再回来。

So your real question is how to build a Web Service. If you want an Android App to use your Web Service it will be easier if the Web Service is RESTful. Here are some tutorials on Building RESTful Web Services. Why don't you try that out and come back when you have more detailed questions.

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