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

前端 未结 17 1660
礼貌的吻别
礼貌的吻别 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 09:55

    1: -Dorg.apache.cxf.stax.allowInsecureParser=1 to the JAVA_OPTIONS
    or
    2: rename woodstox-core-asl-4.4.1.jar -> awoodstox-core-asl-4.4.1.jar

提交回复
热议问题