与对象android-wfc通信

时间:2011-09-21 14:35:48

标签: android xml web-services

我需要在web服务wfc soad与android设备之间发送信息。 我得到了comunicate字符串,但现在我想发送Web服务将使用的对象。

我跟着this tutorial

然而,它对我不起作用。我收到以下错误:

SoapFault - faultcode: 'a:DeserializationFailed' faultstring: 'The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:user. The InnerException message was 'Element user from namespace http://tempuri.org/ cannot have child contents to be deserialized as an object. Please use XmlNode[] to deserialize this pattern of XML.'.  Please see InnerException for more details.' faultactor: 'null' detail: null

似乎我的web服务可以反序列化我的对象......但为什么呢? 另外我看到我发送的“用户”对象是在webservice的另一个命名空间中,所以我不知道它是否会影响,如果这样做,我该如何纠正呢?

最后,是否有任何方法可以查看xml(soad)在通讯中使用的内容?

由于

0 个答案:

没有答案