kwright_1 Posted July 6, 2015 Share Posted July 6, 2015 Which component should I be using to aquire data from a .jsp export service? The .jsp service is a HTTPS URL which requires 5 inputs (including token, date parameters, and file type). I can go to this page, manually enter the input fields, and get the file of resulting data. My question to the forum is which ETL component(s) should I be using to a) send the paramenters automatically, and b) receive the file.I had thought tWebServicesInput, but I'm having trouble getting that working properly.Thank you in advance!Kris Link to comment Share on other sites More sharing options...
hozawa Posted July 7, 2015 Share Posted July 7, 2015 Try tHttpRequest. If you really need to send customized parameters, try using tJava and using java's http request methods. Link to comment Share on other sites More sharing options...
kwright_1 Posted July 29, 2015 Author Share Posted July 29, 2015 Thanks, Hozawa -I ended up using a 'tFileFetch' component, which did the trick. However, I think tHTTPrequest would have worked too. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now