Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created a WebService in Talend ESB which will again send and receives response to a http URL, processes the response the returns back the status as webservice.
The Job is working fine when executing it with in Studio and also deploying it as ",kar".
But the job returns empty xml output when we try to execute as "Talend-Container" as service. as mentioned below
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body/>
</soap:Envelope>
tHttpRequest fails when deployed as Talend Container as service
Kindly help us to resolve this issue.
Thanks in Advance
There is not really enough information here. Can you try running the service and then find the log file for the Runtime, then post it here? The log file is in the log folder
Hi All,
I use tSetProxy to call a http request in my Talend ESB Webservice and when I deploy the WebService as Container the WebService is not picking the proxy setting and hence the job fails.
Could someone please provide a solution to use the proxy settings on a Runtime conatiner webservice.
Thanks in Advance