Jeremy Whiting [
https://community.jboss.org/people/whitingjr] created the discussion
"Re: Using relative wsdl location and maven-jaxws-tools-plugin."
To view the discussion, visit:
https://community.jboss.org/message/714903#714903
--------------------------------------------------------------
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
[
https://community.jboss.org/message/714903#714903]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]