Re: how to transform soap jaxb/pojo playload to file in apache camel

2018-09-17 Thread Claus Ibsen
Hi Is FileCreationStatus annotated with JAXB annotations. If so you should be able to add camel-jaxb to the classpath and then Camel should be able to transform that POJO class to XML via JAXB and write to the file. So try adding camel-jaxb as dependency so its on the classpath On Sat, Sep 15, 20

how to transform soap jaxb/pojo playload to file in apache camel

2018-09-15 Thread Wang Yan
I try to save soap request (jaxb payload) to file as xml payload in apache camel via below code, but it failed. anyone know how to do it? Any hints will be more than welcome! public class CamelRouteBuilder extends RouteBuilder { private static final String SOAP_ENDPOINT_URI = "cxf://http://lo