I upgraded JBoss-WS stack that was in the JBoss AS 4.2.2.GA to JBossWS 3.0.5 Native
because the supplied version had issues with deploying WebServices over SSL connectors.
3.0.5 deploys them fine, but I just noticed that WSConsume stopped working using
parameters I used with the AS 4.2.2.GA standard JBossWS stack:
wsconsume.bat -k -s src -p dummy.package.ws -t 2.1 -o bin --binding=ws-gen\simple.xjb
http://127.0.0.1:8080/dummy-context/TestBean?wsdl
3.0.5 complains that
Error: WSConsume (native) only supports JAX-WS 2.0
How is it possible that the earlier version (the default in AS 4.2.2.GA) supported
"--target=2.1" for JAX-WS 2.1 and the newer version does not?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227216#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...