I have been using JDOM library to read and write XML files through Java Servlets.
Problem is that when I send many requests using AJAX to my servlets which read and
I have faced such type of problem but exactly not the same. I am sharing my experience about this error. Please, sorry for any inconvenience.
I have faced the following problem
I have to form a xml file with dynamic variable data. And post that xml to a URL by PostMethod in java.
Normally It works. But when dynamic variable data is null. Then it shows the “Premature end of file".
Solution: