I need to use a Web Service that allows me to perform a special calculation. To perform this I used a Web Service Task, but the problem is that I only know how to call the Web Service once (1 input value), and I need to perform the calculation for multiple values.
I came up with these 2 options to achieve my goal
Option 1:
- In my opinion it would be better to call the Web Service in a Script Component using a Data Flow Task instead of a WS Task (but don't know how to call a WS in a Script ??).
Option 2:
- Keep the Web Service Task and perform the calculations for my multiple input values.
I was able to Request the Web Service from a Script Component
Find my solution here (updated with easy steps).