7

One of our projects we need to migrate an existing Axis2 - Jax RPC based application to a Apache CxF based runtime.

Has anyone done such migration before...what could be the advantages of CxF over Axis 2? Is there any migration guide created for reference.

Thanks, SC

SCJ
  • 71
  • 1
  • 2

1 Answers1

1

I have used Axis2 and CXF and my choice now goes to CXF because I find it easier to use and also to configure in the pom.xml, especially the wsdl2java plugin.

For a detailed comparison between Axis and CXF check: Difference between Apache CXF and Axis

Community
  • 1
  • 1
André Ricardo
  • 3,051
  • 7
  • 23
  • 32