Hi All
I have an SSIS package to consume a Web Service. This Web Service needs a digital certificate installed to the Personal Store.
I have installed the certificate, tested the web service by calling it thru IE, every thing is working.
I can also create a HTTP Connection through SSIS and can select and use the
correct certificate and can test the connection successfully.
Problem is when I run the SSIS it gives me following error.
[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 request failed with HTTP status 403: Forbidden..
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 have an SSIS package to consume a Web Service. This Web Service needs a digital certificate installed to the Personal Store.
I have installed the certificate, tested the web service by calling it thru IE, every thing is working.
I can also create a HTTP Connection through SSIS and can select and use the
correct certificate and can test the connection successfully.
Problem is when I run the SSIS it gives me following error.
[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 request failed with HTTP status 403: Forbidden..
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()".