Wildfly: How to use JAXWS-RI instead of Apache CXF (WebService client only)

后端 未结 3 2190
执笔经年
执笔经年 2020-12-17 05:33

My environment is a Maven Project and Wildfly (8.2.1) as Application Server. What I need is to connect wihin a incoming REST call to a third party server using SOAP. I need

3条回答
  •  借酒劲吻你
    2020-12-17 05:58

    This solve the problem: https://stackoverflow.com/a/46894256/8190026. Wildfly will use the sun implementation instead of apache.cxf

提交回复
热议问题