Hi, I need to call an external web service via ServiceMix and get the response back to the application for further processing. I have the WSDL and would like advice on the best way forward from here (or the most standard for ServiceMix). So basically it's like this:
Request: (1) <my web app> ---> **ServiceMix ESB** --> <my service> --|--> <EXTERNAL WS> Response: (2) <EXTERNAL WS> --> <my service> --> **ServiceMix ESB** --> <my web app> There seem to be a number of different ways to achieve this and i'm a little confused as to which is the right way and which files need configuring (or classes that I need to write) in order to achieve it. I would appreciate advice on this. Thank you. -- View this message in context: http://www.nabble.com/Which-Pre-build-Component-to-call-an-External-Web-Service-tp17662381p17662381.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
