利用axis2开发web services,碰到这样一个错误com.ctc.wstx.exc.WstxParsingException: Illegal processing instruction target ("xml"); xml (case insensitive) is reserved by the specs.
at [row,col {unknown-source}]: [17,5],弄了好久,最后发现是没找到对应的web服务,查看一下拼写该服务的url是否填写正确,然后修改了一下,问题得到解决。
com.ctc.wstx.exc.WstxParsingException: Illegal processing instruction target ("xml"); xml (case insensitive) is reserved by the
最新推荐文章于 2023-02-27 10:41:45 发布
本文介绍了一种在使用Axis2开发WebService过程中遇到的错误:com.ctc.wstx.exc.WstxParsingException,并详细解释了解决方法。通过检查并修正服务URL的拼写,最终成功解决了问题。
1万+





