android soap响应解析为json并解析此json

时间:2016-01-11 06:58:29

标签: android json parsing

我在一个Soap网络服务后获得1个Json我的回复如下所示...我现在无法解析它...请帮帮我

 {
    "soap:Envelope": {
        "soap:Body": {
            "MRTHODNAMEResponse": {
                "METHODNAMEResult": {
                    "StatusCode": 0,
                    "STATUS": {
                        "content": 0,
                        "xmlns": "URL"
                    },                      

                    "Name": {
                        "content": "MR ABCD XYZ",
                        "xmlns": "URL"
                    },

                    "RMessage": {
                        "content": "successful.",
                        "xmlns": "URL"
                    }
                },
                "xmlns": "URL"
            }
        },
        "xmlns:xsi": "URL",
        "xmlns:soap": "URL",
        "xmlns:xsd": "URL"
    }
}

0 个答案:

没有答案