I'm able to generate a client from a wsdl file. Now I need to run it in Eclipse.
When I create a Axis2 Client using Eclipse, I just create an DynamicWebProject and it automatically adds the neccessary libraries to the ClassPath.
What about ApacheCXF? Does anyone have the list of all the neccessary libraries one needs to add to the BUILD PATH manually?
On the apache web site they recommend to use Maven to achieve that functionality, but I guess, is there a simpler way?
As far as I see, the creation of Axis2 client by means of Eclipse WTP is less painful, in a few steps I get all the neccessary libraries added to the project folder.
WHAT IS the most simple step-by-step solution how to bind the generated by WSDL2Java Apache CXF client stub with the neccessary libraries TO RUN THE CLIENT?