WebService response throwing SAXParser Exception
I am getting the following error.I am requesting some WebService and receiving response in the form of json. I get 300 json files in a single webresponse.Its difficult to figure out which particular json is creating problem.Error happens after There is no peculiar special Character with the input json.
WebService is expecting XML and you are passing JSON.
Read API documentation how to provide the request in JSON, not XML.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.