Skip to content
Advertisement

Generating classes from multiple wsdls using jaxws-maven-plugin

Im trying to generate classes from multiple WSDLs using jaxws-maven-plugin.
But it generates classes only from the wsdl defined in the first execution block.

I have seen this topic has been discussed in several places and i have changed my pom according to the comments. Still i cannot get it work.

JavaScript

Advertisement

Answer

I think the issue here is related to this configuration:

JavaScript

Both executions have the same sourceDestDir. You should specify 2 different sourceDestDir, something like this:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement