Suggestion for approach in finding the bookquote with least price
Hi All,
Let us assume there are 2 bookstores (bookstoreA and bookstoreB) which
expose CXF based web service to get the price of a book given the ISBN.
(These are external applications.)
The web application (let us call it *CustomerWebApp*) which needs to
display the least price to the customer contacts the Mule based web
application (Mule embedded ). [ *CustomerWebApp *invokes Mule based web
application through a CXF inbound endpoint (using JAXWS)]
Inturn the Mule based web application should contact bookstoreA and
bookstoreB and return a single Book object (which has the least price)
synchronously to CustomerWebApp.
I have read the posts, webinar and wiki regarding proxy but I am not
sure it will fit here as I need to return only one Book object in the
SOAP response (after comparing the Books from bookstoreA and bookstore B).
Can you please suggest the optimal approach in implementing the above
scenario?
Thanks,
Karthikeyan C