Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Moving from apache axis to apache cxf

Rahul Gupta
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 28, 2018

Hi,

We are trying to move our existing project from apache axis to apache cxf. We can't change the version of Jira(< 6.3) as few of our customer are on older Jira. We are having wsdl(jirasoapservice-v2) which is based on RPC/encoded that was supported by axis but not by cxf.  

How do I migrate from axis to cxf ?

               --> Tried moving axis to cxf getting error as " Execution default of goal org.apache.cxf:cxf-codegen-plugin:2.7.2:wsdl2java failed: Rpc/encoded wsdls are not supported with CXF -> [Help 1] 

Any suggestion in this regard will help.

PS : It is not possible for us to migrate to REST.

Thanks,
Rahul

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2018

This is a cxf question, not one for Atlassain.

The message is clear - cxf as you're using it does not support RPC/SOAP.  My limited understanding is that cxf can be made to do so, but you have to explicitly tell it that you're doing so.  See http://cxf.apache.org/docs/developing-a-service.html

Suggest an answer

Log in or Sign up to answer