Hi,
I have implemented WebService client using JAX-WS native implementation. We have implemented authentication module which works perfectly as standalone programe with Java's JAX-WS library however the same does not work once we deploy in JBOSS. JBOSS internally uses CXF for JAX-WS APIs leading to this failure. is there a way to specify the a specific JAX-WS implementation to be used instead of default CXF.
Regards,
Nihar