I have a JSON Object returned from server.
{
"SOAP-ENV:Envelope": {
"SOAP-ENV:Body": {
"ADDWEBSOperationResponse": {
"Num1": 10,
"Result": 20,
"Num2": 10,
"xmlns": "http://www.**.**.Response.com"
}
},
"xmlns:SOAP-ENV": "http://schemas.xmlsoap.org/soap/envelope/",
"xmlns:soapenv": "http://schemas.xmlsoap.org/soap/envelope/",
"xmlns:add": "http://www.**.**.Request.com"
}
}
I wanted to print Result in my page. I was trying with data.Resultbut its not displaying the value.