project_key: JBPAPP6 Executing command ./wsconsume.sh -k -t 2.0 -p org.jboss.test.script -o /some_folder/wsconsume-both-target-out20 /some_folder/wsdl/Echo1Service.wsdl Leads to the output: Unsupported target, using default value '2.2' Loading FrontEnd jaxws ... Loading DataBinding jaxb ...
Link: Added: This issue Cloned from JBPAPP-9361
AFAIK Apache CXF does not have a pure jaxws20 frontend to be used here. When running in/against EAP 6 (which is JAXWS 2.2 compliant), you use/generate jaxws sources at 2.2 level (default) or 2.1 level (using -t 2.1).
In this case we should not offer this option at all. Please, delete this from help for wsconsume to not confuse users.
Link: Added: This issue is a dependency of JBPAPP-10113
Link: Added: This issue incorporates JBWS-3553
ok, "2.0" removed from wsconsume.sh help message. This will come with next JBossWS-CXF 4.0.6.GA upgrade.
Verified on EAP 6.0.1 ER3
Docs QE Status: Removed: NEW