Hi Sunny,

Yes, your workflow is correct.

You will have a CXF-BC acting as a consumer that get incoming WebService request. The target service of this CXF-BC is a SE (for exemple saxon-xslt or bean) that transforms the message. This endpoint targets another CXF BC acting as a provider.

Regards
JB

On 08/11/2010 11:51 AM, sunny wrote:

Hi all,

I want to integrate two application via ServiceMix.

There are two application A and B,both of them exposed web-service interface
for external applications.
I want to integrate them,Example:create a product in application A,Then
expect this product is created automatically in application B.How to do?

Now I have created two CXF BC to bind service of application A and B.

I imagine send a request message to bc(this bc for receiving
message,http-bc),then create a se to transform and route message(route
message to A-bc/B-BC).
or send a request message to one of application bc(A-bc) directly,then
transform it and route it to another one(B-bc) through se.

Is my work-flow right?

I am a newcomer of servicemix,hope someone's help,Thanks!

Regards,
sunny

Reply via email to