Hi,
Can anyone suggest in the possibility of parsing the XML via a URL in CE7.3.
Here is the code I am using
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder dBuilder = factory.newDocumentBuilder();
Document doc = dBuilder.parse(path);
The path I am providing is http://itabc.xyz.com/irj/go/km/docs/TestDoc.xml
FYI: at the parse method it is failing.
Regards,
Narendra.