Resolved! getXMLText in scoped application
Hi Team, am getting XML response in REST Post method. am in scoped application. am not able to fetch the values from the XML response. i have parsed the response. var xmlDoc = new XMLDocument2(); xmlDoc.parseXML(responseBody.toString()); var nodeValu...
