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

后端 未结 3 2189
执笔经年
执笔经年 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:55

    I think it is difficult. There were some comments somewhere about this. By the way, I think WildFly uses RESTEasy, not CXF

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2020-12-17 06:16

    OK, finally, I gave up to try to replace the JAX-WS implementation used. I got it to correctly setup Apache CXF.

    https://stackoverflow.com/a/37268853/4106030

    0 讨论(0)
提交回复
热议问题