<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Maven plugin to execute wsconsume
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/mylos78">Mylos Kathos</a> in <i>JBoss Web Services</i> - <a href="https://community.jboss.org/message/790426#790426">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello !</p><p>I need to generate Web Service artifacts for my WSClient. I've found a Maven plugin which could be used in replacement of wsconsume:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;plugin&gt;</p><p>&#160;&#160;&#160; &lt;groupId&gt;org.jboss.ws.plugins&lt;/groupId&gt;</p><p>&#160;&#160;&#160; &lt;artifactId&gt;maven-jaxws-tools-plugin&lt;/artifactId&gt;</p><p>&#160;&#160;&#160; &lt;version&gt;1.0.0.GA&lt;/version&gt;</p><p>&#160;&#160;&#160; &lt;configuration&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;wsdls&gt;</p><p><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;wsdl&gt;</span><a class="jive-link-external-small" href="http://localhost:8080/webserviceapp/Booker?wsdl" target="_blank">http://localhost:8080/webserviceapp/Booker?wsdl</a><span> &lt;/wsdl&gt;</span></p><p>&#160;&#160;&#160; </p><p>&#160;&#160;&#160;&#160;&#160; &lt;/wsdls&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;targetPackage&gt;foo.bar&lt;/targetPackage&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;extension&gt;true&lt;/extension&gt;</p><p>&#160;&#160;&#160; &lt;/configuration&gt;</p><p>&#160;&#160;&#160; &lt;executions&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;execution&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;goals&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;goal&gt;wsconsume&lt;/goal&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/goals&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/execution&gt;</p><p>....</p><p>&lt;/plugin&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>When I launch maven:</p><p>mvn -Dgoal=wsconsume</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I get the following error:</p><p><span>Downloading: </span><a class="jive-link-external-small" href="http://repo1.maven.org/maven2/org/jboss/ws/plugins/maven-jaxws-tools-plugin/1.0.0.GA/maven-jaxws-tools-plugin-1.0.0.GA.pom" target="_blank">http://repo1.maven.org/maven2/org/jboss/ws/plugins/maven-jaxws-tools-plugin/1.0.0.GA/maven-jaxws-tools-plugin-1.0.0.GA.pom</a></p><p>[INFO] ------------------------------------------------------------------------</p><p>[INFO] BUILD FAILURE</p><p>[INFO] ------------------------------------------------------------------------</p><p>[INFO] Total time: 1:21.252s</p><p>[INFO] Finished at: Fri Jan 11 15:10:13 CET 2013</p><p>[INFO] Final Memory: 4M/15M</p><p>[INFO] ------------------------------------------------------------------------</p><p><span>[ERROR] Plugin org.jboss.ws.plugins:maven-jaxws-tools-plugin:1.0.0.GA or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.jboss.ws.plugins:maven-jaxws-tools-plugin:jar:1.0.0.GA: Could not transfer artifact org.jboss.ws.plugins:maven-jaxws-tools-plugin:pom:1.0.0.GA from/to central (</span><a class="jive-link-external-small" href="http://repo1.maven.org/maven2):" target="_blank">http://repo1.maven.org/maven2):</a><span> Connect times out -&gt; [Help 1]</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Do I need to point to another repository to get this working ?</p><p>Thanks</p><p>Mylos</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/790426#790426">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>