JBoss Community

Re: Using relative wsdl location and maven-jaxws-tools-plugin.

created by Jeremy Whiting in JBoss Web Services - View the full discussion

Hi,

I had not added all the configuration necessary. The execution block following configuration was missing. With it added it generates the code and uses the url rather than a file system path.

 

<execution>

   <goals>

      <goal>wsconsume</goal>

   </goals>

</execution>

 

Regards,

Jeremy

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community