解析服务器端响应

时间:2013-05-08 11:46:13

标签: android json

我在.net中有responds me

的Webservice

为了解析这种rsponse,我提到了Android Json Parsing Tutorial
任何帮助都会受到赞赏。但仍然得到JSONException。 提前谢谢。

1 个答案:

答案 0 :(得分:1)

它似乎你的Json格式是正确的但它不应该有xml标签。不要使用WebMethod。使用像这样的标记调用方法

[WebInvoke(Method = "GET",
       RequestFormat = WebMessageFormat.Json,
       ResponseFormat = WebMessageFormat.Json
      )]