Topic by Murugesan Muthusamy
I'm retrieving incident file attachments using
DataHandler fileData = _service.getFileData(incident,fileAttachmentList[i].getID(), true,clientInfoHeader);
But getting error “Data element in the Message is NULL” for only 1 file, content_type= text/html. Other files are fine and able to get. But if I go to OSC console and download the attachment, it shows the text.
Please help me on this why the error raises.