I have a requirement where we need to take data that is stored in a table or queue and transmit that data one row at a time to a web service (external). The service replies with success or failure and i then need to record that response to a field for that row then I move on to the next row. Is there a way to do this in SSIS? Is this the right approach?
I see a task in SSIS toolbox for web service task but I dont know if this is where I should be looking. Does anyone have samples of what I am attempting to do?
Thanks