Dear SQL Server users,
I'm connecting to a webservice from inside an SSIS package (in Visual Studio 2017).
When I click the test connection button in the THHP Connection Manager Editor, it says, "Connection Succeeded"! So my credentials are definatelly correct.
But when I execute my Web Service Taks, it fails with error 301 Moved Permanently.
I'm a bit of a novice when it comes to webservices, so I don't know what to do. It looks as if I'm addressing the wrong URL, because it says it has been moved, but I'm pretty sure the the URL is correct. because I can succesfully test the connection and also, the web service component is configured correctly (No configuration errors, because they would be visible)
What should I do?