Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team,
I'm new to Talend. I am facing a problem for past 2 days using Mediation.
I have the following:
[list=*]
When fire a request using Soap UI to Job1. I get the error in Route saying [1]. I will really appreciate if I get some help with Job2. I am curious on what can I return from my Job2 so that I will get a proper response in SoapUI. Is there any extra configuraiton I should do to get this working? Or should I use a different component to return the xml? Is this the right approach? I am free to change the components but should maintain Request-> Job1-> Route -> Job2 -> Response
[1] [WARN] nonsense: tESBProviderResponse component used without tESBProviderRequest component on the job
Job1 ( -> tESBConsumer will call the Route)
Route ( -> route will call the Talend Job)
Job2 (-> Trying to return the same xml as response, I will add logic later)
Any suggestions?