1 Reply Latest reply on Mar 9, 2011 8:25 PM by ffang

    Alter in message based on an  external web service

    j1234

      My flow is as below:

      cxfbc:consumer <-> A  <-> B or C

       

      Component A : 

      1. parse in message from  cxfbc:consumer

      2. construct an external web service call (cxfbu:provider)

      3. reconstruct in message content from  web service

      4. route to   component B or C

       

      How to build a component A to  achieve my goal?

      It seems EIP enrich doesn't fit this case.