0

i am getting 1 Json after one Soap webservice my response is like below... i am not able to how to parse it now... please help me out

 {
    "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"
    }
}
Android
  • 8,995
  • 9
  • 67
  • 108

0 Answers0