Reputation: 1902
I've created a web service using eclipse wizard using CXF, what files and modifications are necessary to port the same web service to another project? because I'm not sure what all was modified on my existing project to create it.
thanks in advance.
Upvotes: 0
Views: 118
Reputation: 1966
The files and modifications depends on the version of CXF used and the the additional libraries used. Mostly the following are configurations to enable cxf
There are lots of additional jar files to go with including the cxf jars and dependencies, but this all depends on what all functionalities you are using.
Upvotes: 1