I'm trying to create a web service client using Axis2. I would like to use Maven 2 to generate the necessary classes from the WSDL I have but the documentation for the wsdl2code plugin isn't helping me. Does anyone have a working example of a basic pom.xml that will generate classes from a WSDL?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Maybe this other post can help you. The Axis2 code generation module should be the main player in this and you can add a pom entry like the following for it:
Maven transitive dependencies should then cover the rest. |
|||
|