I got struck up in generating a wsdl file for my java app using maven. Iam able to generate the wsdl for one java class file, but i need to generate only one wsdl file for my whole java application in which i have few other modules and one of which is generating a webservice for this application. iam using maven version 3.
Kind of hard to help you if you don't share your POM. Please post it (actually, I need to see only the declaration of the axis2-wsdl2code-maven-plugin). In my POM I declare multiple executions, one for each URL.
iam able to generate one wsdl for one class file, which i do not want. i need to generate one wsdl file for my whole application. How do i need to write the pom