I came across a JAXP implementation problem where I got
UnsupportedOperationException:This parser does not support specification null "version" null. This took a while to nail down because we were inserting our own application "version" element into the SOAP header. I was under the assumption that our problem had to do with an improper namespace. Eventually, the fix was to upgrade to xercesImpl-2.9.1.jar and the UnsupportedOperationException disappeared.
CXF 的 UnsupportedOperationException:This parser does not support specification null "version" null.
最新推荐文章于 2023-12-29 10:16:23 发布
本文描述了在使用JAXP时遇到UnsupportedOperationException的问题,并详细记录了解决过程。问题的根源在于向SOAP头中插入自定义版本元素。最终通过升级到XercesImpl-2.9.1.jar解决了此问题。

982

被折叠的 条评论
为什么被折叠?



