Hello - I am trying to connect to an ATOM service which was created with SSRS, but I am not sure which tool I should use to connect. The connection requires authentication. Any suggestions?
Alternatively, I can request an XML file through the service, but I have to pass the parameter "rs.format=XML". This forces a download of the XML file, so I don't think tFileFetch will work. When I tried tFileFetch it gave me a "
java.net.SocketException: Connection reset" error.
Hi, Have you tried the tHttpRequest component? This component sends an HTTP request to the server end and gets the corresponding response information from the server end. TalendHelpCenter:tHttpRequest Best regards Sabrina