In the broadest sense, I have numerous Web Service which the user sends HTTP Post commands to, and returns XML results back. The problem is they all sit on separate Tomcat servers, making the URLs are completely different and hard to keep track; and the XML results of each service are different formats and require different parsing methods. I want to utilize ServiceMix’s NMR, and Camel’s routing mechanism to send all these HTTP Requests to one source, and have it parse the result before sending it back. I have the Camel routing mechanism working, but right now it’s another WAR file, which sits on another Tomcat server. How would I migrate this to ServiceMix?
Share
Apache ServiceMix can deploy WAR applications, so you can try just by copying the .war file to the deploy directory.