Show us your jaxb2Marshaller definition in your applicationContext.xml
Printable View
Show us your jaxb2Marshaller definition in your applicationContext.xml
I work on the same project as "Olivier W"
Below the Jax2Marshaller we're using:
Code:<bean id="jaxb2Marshaller"
class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
<property name="classesToBeBound">
<list>
<!-- getDetailWagonCycle -->
<value>be.brail.cargoweb.wagons.ws.beans.services.GetDetailWagonCycleRequest</value>
<value>be.brail.cargoweb.wagons.ws.beans.services.GetDetailWagonCycleResponse</value>
</list>
</property>
</bean>