1 Reply Latest reply on Mar 12, 2015 11:16 PM by bharadwaj

    How to get the SOAP Request from an camel exchange

    niteshjain132

      In the "cxf:cxfEndpoint" configuration if i add dataFormat=PAYLOAD only then i'm able to get SOAP Message , but the problem with dataFormat=PAYLOAD is i cannot do this

      MyPOJO pojo=exchange.getIn().getBody(MyPOJO.class);


      any help would be appreciated .