<?xml version="1.0" encoding="UTF-8"?><ns1:User xmlns:ns1="http://www.xxxxx.com/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns11869="http://www.xxxxxx.com"><ns2:CC xmlns:ns2="http://www.xxxxx.com">name</ns2:CC></ns1:User>
This is the response, I am got back from invoking an api. I then tried to Parse it in Json, I get an error 757 unexpected token
responseHash = JSON.parse(response.body)
Any idea on whats wrong here?
Thanks Ramya