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

前端 未结 30 2158
别那么骄傲
别那么骄傲 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条回答
  •  Happy的楠姐
    2020-11-22 03:43

    I was having the same problem while parsing the info.plist file in my mac. However, the problem was fixed using the following command which turned the file into an XML.

    plutil -convert xml1 info.plist
    

    Hope that helps someone.

提交回复
热议问题