This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Who could provide an camel pipeline example base on cxf ?davsclaus May 27, 2010 3:40 AM (in response to smalla123)Yeah you need yourself to ensure the input for the next WS call is correct. So you can transform the message in any way your like. Such as a Processor, Bean etc. where you can use Java code for that. And you are sure its a pipes and filter EIP you want to do? eg the output from A is the input to B and so on? You can use multicast if you want to send the same message to all 3 webservices. 
- 
        2. Re: Who could provide an camel pipeline example base on cxf ?smalla123 May 27, 2010 4:11 AM (in response to davsclaus)Thanks for your reply. Another question, does camel provide some build-in transformers which can generate a SOAP MESSAGE ? 
- 
        3. Re: Who could provide an camel pipeline example base on cxf ?davsclaus May 27, 2010 7:11 AM (in response to smalla123)If you are already using CXF it may have some util classes or whatnot to help there. In Camel 2.3 there is a new camel-soap data format which you may be able to use as well. 
- 
        4. Re: Who could provide an camel pipeline example base on cxf ?smalla123 May 27, 2010 9:35 PM (in response to davsclaus)Thank you very muck~ : ) 
 
    