Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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