<!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="http://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;">
JBoss 4.0.2 and JBossws 2.0.3. GA
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/kumandus">Rui Nogueira</a> in <i>JBoss Web Services</i> - <a href="http://community.jboss.org/message/567112#567112">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Hi everyone,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I am trying to do a client that consumes serivces from a web service to run on a server running the Jboss 4.0.2. The thing is i can't upgrade de server version of jboss and i'am stick to the 4.0.2. I want to use de JBossws, specificaly the wsconsumer to produze automatically the java code from de wdsl file. I already try de Axis2, wsimport, and de JBossws new versions, but all of them use diferent comunication library that doesn´t exist's on a JBoss 4.0.2. </p><p>My questions are:</p><p>- Is this possible?</p><p>- Is the JBossws 2.0.3 GA the rigth version?!</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I already install JBoss 4.0.2 but i can't install the JBossws 2.0.3 GA:</p><p><br/>tests-compile:<br/>    [javac] C:\My Documents\Tools\jbossws-native-2.0.3.GA\tests\ant-import\build-testsuite.xml:375: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds<br/>    [javac] Compiling 195 source files to C:\My Documents\Tools\jbossws-native-2.0.3.GA\output\classes<br/>    [javac] C:\My Documents\Tools\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\samples\asynchronous\AsynchronousDispatchTestCase.java:42: package junit.framework does not exist<br/>    [javac] import junit.framework.Test;<br/>    [javac]                       ^<br/>    [javac] C:\My Documents\Tools\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\samples\asynchronous\AsynchronousDispatchTestCase.java:56: cannot access junit.framework.TestCase<br/>    [javac] class file for junit.framework.TestCase not found<br/>    [javac] public class AsynchronousDispatchTestCase extends JBossWSTest<br/>    [javac]        ^<br/>    [javac] C:\My Documents\Tools\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\samples\asynchronous\AsynchronousDispatchTestCase.java:64: cannot find symbol<br/>    [javac] symbol  : class Test<br/>    [javac] location: class org.jboss.test.ws.jaxws.samples.asynchronous.AsynchronousDispatchTestCase<br/>    [javac]    public static Test suite()<br/>    [javac]                  ^<br/>    [javac] C:\My Documents\Tools\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\samples\asynchronous\AsynchronousProxyTestCase.java:36: package junit.framework does not exist<br/>    [javac] import junit.framework.Test;<br/>    [javac]                       ^<br/>    [javac] C:\My Documents\Tools\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\samples\asynchronous\AsynchronousProxyTestCase.java:53: cannot find symbol<br/>    [javac] symbol  : class Test<br/>    [javac] location: class org.jboss.test.ws.jaxws.samples.asynchronous.AsynchronousProxyTestCase<br/>    [javac]    public static Test suite()<br/>    [javac]                  ^<br/>    [javac] C:\My Documents\Tools\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\samples\asynchronous\TestEndpointBean.java:33: package org.jboss.logging does not exist<br/>    [javac] import org.jboss.logging.Logger;<br/>    [javac]                         ^<br/>    [javac] C:\My Documents\Tools\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\samples\asynchronous\TestEndpointBean.java:39: cannot find symbol<br/>    [javac] symbol  : class Logger<br/>    [javac] location: class org.jboss.test.ws.jaxws.samples.asynchronous.TestEndpointBean<br/>    [javac]    private static Logger log = Logger.getLogger(TestEndpointBean.class);<br/>    [javac]                   ^<br/>...... etc</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Could any one help me or point me to rigth solution?!</p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/567112#567112">going to Community</a></p>
<p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="http://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>