Android 4.0模拟器中调用webservice的配置

发布于 12-12 04:57 字数 235 浏览 0 评论 0原文

我尝试使用 Android 调用 Web 服务。我使用了 httpclient 以及 SOAP。但在每种情况下我都没有得到任何响应。而且例外情况为 NULL。

使用 httpclient 这条线没有执行:

responsePOST = client.execute(post);

那么,我需要在我的 android 模拟器中配置任何属性来调用 web 服务吗?请帮助...

i am try to call webservice using Android.I have used httpclient as well as SOAP.But in each case i am not getting any response.Also the exception is NULL.

using httpclient this line is not executing:

responsePOST = client.execute(post);

So,do i need to configure any properties in my android emulator to call webservices?Please help...

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

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

发布评论

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

评论(1

枕头说它不想醒2024-12-19 04:57:24

您是否在清单中授予了 Internet 访问权限
android.permission.INTERNET

-Rajdeep

Have you given permission in the manifest for Internet access
android.permission.INTERNET

-Rajdeep

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