I am new to spring integration and am in the process of getting a hold of the components. The requirement is as follows. Get an XML message , validate the data using a web service call and process the valid or invalid data accordingly. We currently use a router to validate the data and route the original payload as per the validation result. I have an alternate approach in mind to segregate this flow. I would like the router to perform only the routing job . For the web service validation , I am thinking of using a service activator . This in turn will pass the routing information to the router - could be by using a header enricher. I have some questions here . Is this the best practice? If so, how best can we pass the validation information received from the webservice to the router?.Also, will the addition of more components not negate the advantages we get by component segregation? Please help.
Regards, Aravind.