I resolved the issue. The problem was I was deploying the webservice in JBoss 4.0.3. The
default WS implementation that ships with jboss 4.0.3 does not work with jbossws-1.0.4.GA.
So when you are running clients from jbossws-samples-1.0.4.GA be sure to include the
following jars from 4.0.3/client:
axis-ws4ee.jar
| commons-discovery.jar
| jboss-ws4ee-client.jar
|
| This is probably becauce the WS mechanics are different in both versions, so if you
run a client that uses new libraries to call a service deployed in an older version it
won't work. May be it was pretty obvious but it didn't struck me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008504#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...