Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tHttpRequest fails when deployed as Talend Container as service

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

Labels (4)
2 Replies
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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