Supplying a different version of JAXB for JAX-WS in Java 1.6
I was stuck on this problem but was able to use the “work around” listed in this forum Q&A by setting a system property like so: System.setProperty(“javax.xml.bind.JAXBContext”, “com.sun.xml.internal.bind.v2.ContextFactory”);