I want to write a xml message router using cxf but I am not very clear about
the internal working of cxf.

A sample scenario that I want to implement is something like this -

There are two services - ADD (hosted on host1:9000 and host1:9001) &
SUBTRACT (hosted on host2:9000 and host2:9001).

The router listening on host3:7777 would decide the target service for the
xml message (not bound to any schema) based on the xml message (using
xquery).

After deciding the target service it would decide on the specific
connection(host*:9000 or host*:9001) in say a roundrobin fashion.Then fire
that message to that service.

Receive a response from the service and pass it to the client.

How can it be done using CXF?

-- 
View this message in context: 
http://www.nabble.com/Simple-XML-router-using-CXF-tp17668517p17668517.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to