-
Bug
-
Resolution: Done
-
Critical
-
3.2.1.Final
-
None
When you want to create a CXF Client there is no way to select JBossWS CXF as the WS Runtime.
I have a CXF Web Service deployed to JBoss. The wsdl is published to a URL.
I go to File->New->Web Services->Web Service Client.
At this dialogue box I get to choose my configuration to create the client stubs. When selecting Web Service Runtime, I cannot select JBossWS CXF that is within JBoss. It only gives me options for Apache Axis, Apache CXF and JbossWS.
So I then think I need to add a CXF runtime from Window->Preferences->Web Services->CXF.2x Preferences. Once again, this doesn't let me choose a JBossWS CXF runtime other than an Apache CXF runtime. How can I select JBossWS CXF as the CXF runtime of choice?
Selecting JBossWS and a JBoss Server With CXF installed does not work either. I choose the CXF JBoss Server Runtime and JBossWS as the Web Service Runtime. The generated classes have the following header.
/**
- This class was generated by the JAX-WS RI.
- JAX-WS RI 2.1.7-09/10/2010 09:17 PM(mockbuild)-
- Generated source version: 2.1
*
*/
Using wsconsume.sh from the same JBoss instance the generated classes have the following header
/**
- This class was generated by Apache CXF 2.2.6-patch-01
- Tue Oct 04 14:16:01 BST 2011
- Generated source version: 2.2.6-patch-01
*
*/
As you can see the JBDS still uses JBossWS Native as the stack to build the client stubs from.
- is related to
-
JBDS-1890 JBDS 4.1.1 Documentation needs to explain to users that CXF runtime is configured when they create a SOA-P 5.2.0 runtime
- Closed
- relates to
-
JBDS-1891 Web Services client creation fails on CXF configuration
- Closed
-
JBPAPP-7409 wsconsume.sh fails to generate client code when CXF runtime is configured
- Closed