I have used scalaxb to generate Scala friendly classes from my xsd and would like to use these classes in the server-side implementation of my JAX-WS (SOAP) WebService.
I however, do not know how I can tell CXF to use scalaxb for marshalling as opposed to JAXB.
Can anyone tell me what steps I need to follow to accomplish this?