org.xml.sax.SAXParseException: Content is not allowed in prolog

前端 未结 30 2362
别那么骄傲
别那么骄傲 2020-11-22 02:54

I have a Java based web service client connected to Java web service (implemented on the Axis1 framework).

I am getting following exception in my log file:

30条回答
  •  佛祖请我去吃肉
    2020-11-22 03:43

    I had the same issue.

    First I downloaded the XML file to local desktop and I got Content is not allowed in prolog during the importing file to portal server. Even visually file was looking good to me but somehow it's was corrupted.

    So I re-download the same file and tried the same and it worked.

提交回复
热议问题