Hi Fred,

For simple routing, you can use pure JBI.
For more complex routing, you can use Camel.

If you want something more near from ODE, maybe take a look on
OSWorkflow component.

Regards
JB

On 09/13/2010 06:06 AM, me wrote:
> hi,all.
> 
> I'm a new smx. Our company have some webservice. I want to recomposition 
> these webservice. and export a new webservice. For example, our comany have 
> following webservice.
> 1. Create Address
> 2. Create ABC
> 3. Create Contact
> now i need  a new  'create customer' interface, this interface include above 
> three interface , The new interface will above three interface by following 
> flow.
> Flow :
> 
> Data -->  1. create address -->  2. return address ID -->
> 3. address ID + Data -->  4. create ABC -->  5. return ABC ID -->
> 6. ABC ID + address ID + Data -->  7. create contact -->  8. return address 
> ID + ABC ID + Contact ID
> 
> I know if i using Apache ODE for smx's bpel engint. it's easy. But I want to 
> know another ways solve this question. Can i using EIP or Camel solve it ?
> 
> Thanks and Regards,
> Fred
> 

Reply via email to