Android Ksoap2 SoapFault - 故障代码:“soap:Client”错误字符串:'服务器无法读取请求

发布于 2024-12-12 01:57:42 字数 462 浏览 0 评论 0原文

我正在使用 Eclipse 通过 Android 进行开发,我正在尝试连接到 .net Web 服务...当我调用 Webmethod 时,在签入日志猫时无法获取数据,它显示

**10-27 11:46:44.222: WARN/System.err(638): 02-22 12:41:08.008: W/System.err(860): SoapFault - faultcode: 'soap:Server' 
  faultstring: 'Server was unable to process request. 
  ---> Object reference not set to an instance of an object.' 
  faultactor: 'null' detail: org.kxml2.kdom.Node@413ecc90

请帮助我我是 Android 中的 ksoap2 新手......

i'm using eclipse to develop over android, i'm trying to connect to a .net webservice... when i'm calling a webmethod ,it is not able t fetch the data when checked in log cat it shows

**10-27 11:46:44.222: WARN/System.err(638): 02-22 12:41:08.008: W/System.err(860): SoapFault - faultcode: 'soap:Server' 
  faultstring: 'Server was unable to process request. 
  ---> Object reference not set to an instance of an object.' 
  faultactor: 'null' detail: org.kxml2.kdom.Node@413ecc90

Please help me out i am new to ksoap2 in Android.....

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

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

发布评论

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

评论(2

一桥轻雨一伞开 2024-12-19 01:57:42

当您没有提供托管 Web 服务的 Web 服务的正确 URL、方法名称或 Soap 操作时,就会出现此错误。其他原因可能与您在天妇罗上托管网络服务有关,仔细检查将解决您的问题

This error comes when you have not provided the correct URL, Method Name or Soap Action of the web service where you have hosted your web service. Other reason might be related to your hosting of webservice on tempuri, check it carefully will solve your problem

月光色 2024-12-19 01:57:42

就我而言,问题是命名空间,我缺少命名空间末尾的“/”。

In my case the problem was the NameSpace, I was missing the "/" at the end of the namespace.

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