I am deploying a JAX-WS client as part of a Java EE application on JBoss (5.0.1 if it matters). Since JBoss is making its own JAX-WS implementation (JBoss-WS) visible to the deployed applications, JBoss-WS is used instead of the JAX-WS RI (reference implementation) which is already included in the VM's standard API.
Because of bugs and limitations in JBoss-WS, I would rather like to use the VM's RI, but there seem to be no way to enforce this. Does someone know a possibility for using the VM's JAX-WS implementation from code, which is deployed on JBoss?