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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to close the browser after calling Talend Web Service Job

hi every one,

 

i have created a Talend Job - Webservice and call it with all URL.

The Problem is when i call the URL, the Talend Job is executed and a Browser with Result information is automatic opened  like this:

 

 

<?xml version="1.0" encoding="UTF-8" ?> 
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <soapenv:Body>
- <soapenv:Fault>
  <faultcode xmlns:ns1="......
  <faultstring>.....
  </soapenv:Body>
  </soapenv:Envelope>

.....

How to deactivate this browser?. i only want to execute the Job via URL and i don't want to see the Browser.

 

Thankyou

Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hi
How do you call the web service? Using a component in a Talend job? It is the first time I see a Browser with Result information is automatic opened...

Regards
Shong
Anonymous
Not applicable
Author

I embedded the url in a tableau report.
When i click on the link the webservice job is triggered and run successfully.
The popup browser is also opened. I want to deactivate this browser or close it automatically