How to decode html entities in web services response ?
Hello,I need to use the web services api to search a record. The problem is in the response. I don't know why but the response has html entites instead of "<" and ">".I need to decode these html entities because i have to convert the xml to json then...