Hi everyone,
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.
My questions are:
- Is this possible?
- Is the JBossws 2.0.3 GA the rigth version?!
I already install JBoss 4.0.2 but i can't install the JBossws 2.0.3 GA:
tests-compile:
[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
[javac] Compiling 195 source files to C:\My Documents\Tools\jbossws-native-2.0.3.GA\output\classes
[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
[javac] import junit.framework.Test;
[javac] ^
[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
[javac] class file for junit.framework.TestCase not found
[javac] public class AsynchronousDispatchTestCase extends JBossWSTest
[javac] ^
[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
[javac] symbol : class Test
[javac] location: class org.jboss.test.ws.jaxws.samples.asynchronous.AsynchronousDispatchTestCase
[javac] public static Test suite()
[javac] ^
[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
[javac] import junit.framework.Test;
[javac] ^
[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
[javac] symbol : class Test
[javac] location: class org.jboss.test.ws.jaxws.samples.asynchronous.AsynchronousProxyTestCase
[javac] public static Test suite()
[javac] ^
[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
[javac] import org.jboss.logging.Logger;
[javac] ^
[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
[javac] symbol : class Logger
[javac] location: class org.jboss.test.ws.jaxws.samples.asynchronous.TestEndpointBean
[javac] private static Logger log = Logger.getLogger(TestEndpointBean.class);
[javac] ^
...... etc
Could any one help me or point me to rigth solution?!