I have a project that consumes a web service. As a mandatory parameter it asks for an ApiKey and that I execute it from a Script Tasks in SSIS.
Execution is done without problems. When I come to call one of the web services, I have created a Web Service tasks, where I do not ask for any input parameters.
I have created a File Connection in the output type that goes to an .xml file
The problem that every time I run the service gives me the error (Could not execute the Web method. The error is: Index was outside the bounds of the array)
I've tried to see on the internet but I can not find anything, could someone guide me?