First my configuration:
Microsoft Visual Studio Enterprise 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.7.03062SQL
Server Analysis Services 14.0.1016.232
SQL Server Data Tools 14.0.61712.050
SQL Server Integration Services 14.0.1000.169
SQL Server Reporting Services 14.0.1016.232
The problem:
I have an SSIS task that calls a web service using an HTTP Connection Manager. It runs on my machine and on a deployed server just fine. We are standing up a NEW server and moved the task to that server. Now it throws the following error on that server:
[Web Service Task] Error: An error occurred with the following error message: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: The Web Service threw an error during method execution. The error is: The underlying connection
was closed: An unexpected error occurred on a receive..
at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.InvokeMethod(DTSWebMethodInfo methodInfo, String serviceName, Object connection)
at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil.Invoke(DTSWebMethodInfo methodInfo, String serviceName, Object connection, VariableDispenser taskVariableDispenser)
at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()".
I checked thru IE that I can navigate to the wsdl file. I'm running the task under the same account on both servers. I recreated the HTTP Connection. I'm not sure where to go with this. I'm guessing it is some configuration on the new server, but I don't know what to change.