How do I get XML for exceutionresult programmatically ?
5 answers
In addition, see https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios.
Comments
Thanks a lot Paul.In my java project I have included RQMCopyUtil in the build path.And I have created an instance of RQM Client and I am using the getID method of FeedReader class.For that I am passing the URL,userid,password and attributetype as argument.By passing the argument I am able to get the feedObject which is in html format.When it tries to create an XML object out of the HTML it's thrwoeing SAXException.