We need to fetch data from 3 SOAP webservices and 2 REST services in a sequential manner, process the data and expose the Result as both SOAP and REST webservices to be consumed by end user. What should be the best approach to implement this. Can we avoid SOAP/REST to POJO marshalling. that will give good performance. Also the SOAP services which we will consume doesnt have WSDL since they are written in COBOL, but we have their endpoint URLS and input /output format. Pls suggest the best approach to implement this since we have been struggling a lot with namespace conflicts and binding errors.
-- View this message in context: http://camel.465427.n5.nabble.com/Need-to-consume-multiple-SOAP-and-REST-webservices-and-expose-result-as-SOAP-as-well-as-REST-endpoint-tp5778719.html Sent from the Camel - Users mailing list archive at Nabble.com.