CXF web service client: “Cannot create a secure XMLInputFactory”

前端 未结 17 1666
礼貌的吻别
礼貌的吻别 2020-12-01 09:31

I am wrote and deployed a CXF web service into a Tomcat server using the instructions here. The web service deploys fine as I can see the WSDL file in a web browser.

<
17条回答
  •  一整个雨季
    2020-12-01 10:10

    Had this problem when upgrading from CXF 2.3.x to 2.7.x

    Added stax2-api and woodstox-core-asl jars from the 2.7.x CXF distribution and the webservice works again.

提交回复
热议问题