in Difference between JAX-WS, Axis2 and CXF Daniel wrote
And for the most part, if you start with the in-jdk JAX-WS impl, you can drop in CXF at any time and it would still work.
- Can this behave differently with different application/web servers eg jboss vs tomcat?
- Does it depends on classloaders, how ?
- Classloader will load first encountered implementation ?
- Won't it lead to conflicts - some classes taken from in-jdk, some from cxf ?