The processing instruction target matching ''[xX][mM][lL]" is not allowed

时间:2021-10-07 10:33:44

报错的来源是:

<?xml version="1.0" encoding="UTF8"?>

解决方案::,一般是WSDL的头文件的格式出了问题,比如说有空格,回车等等还有上面不能有行。

这样的问题最好是事先备好web.xml,然后直接paste你要的东西 就OK 不需要太纠结!反正不影响程序运行