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

前端 未结 30 2324
别那么骄傲
别那么骄傲 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:50

    Just an additional thought on this one for the future. Getting this bug could be the case that one simply hits the delete key or some other key randomly when they have an XML window as the active display and are not paying attention. This has happened to me before with the struts.xml file in my web application. Clumsy elbows ...

提交回复
热议问题