I want to use Maven to generate a client for my WSDL but I have no idea how to use it. I searched in the Internet and I couldn't find a simple tutorial that explain step by step how to configure Maven to generate the stubs and how to use those stubs to invoke the services. Can you give me please some hints about how to use it or a tutorial.
Here's a complete reference explaining how to generate a client/server code from a given WSDL using Maven and Axis2. Plugin execution is by default bind to generate-sources
phase.