Hi Adrian,

I think this can be done in CXF. I was talking more about what you do in the application layer and how you design your service. For example if your service call creates a customer object then you can simply return a generated customer id on success. In this case you need the correlation id to make sense of the reply. If you instead return the complete Customer data you just set including the customer id that was created while doing the call then you can probably process the reply without knowing the request that caused this reply. When doing loosely coupled asynchronous services it is very important to design like
in the second example.

Greetings

Christian

Adrian Corcoran schrieb:
Hi Christian,

So when you say that you have to write the client in a really asynchronous
way are you saying you don't really think that there is a way that this can
be done using CXF?

Thanks,
 Adrian


--

Christian Schneider
---
http://www.liquid-reality.de

Reply via email to