SSIS Web 服务任务无法连接到远程服务器

SSIS Web service task cannot connect to remote server

我创建了一个集成服务项目,其中包含调用 Azure 上托管的 Web 服务的 Web 服务任务。

我在Visual studio2013配置了Http Connection,只引入了服务URL,testConnection就成功了。

运行程序包时我收到一条错误消息,指出无法连接到远程服务器。

Error: 0xC002F304 at Web Service Task, Web Service Task: 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: Não é possível estabelecer ligação com o servidor remoto. em Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.InvokeMethod(DTSWebMethodInfo methodInfo, String serviceName, Object connection) em Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil.Invoke(DTSWebMethodInfo methodInfo, String serviceName, Object connection, VariableDispenser taskVariableDispenser) em Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()". Task failed: Web Service Task

关于导致任务失败的原因有什么想法吗?

提前致谢。

您必须将 serviceUrl 指定为 http://yourhost/service.asmx?WSDL