How to get data from a Web Service that has HTTPS, SOAP and WSDL with an SSIS Project

Gustavo Branco Goncalves 1 Reputation point
2020-08-28T14:58:55.027+00:00

I need to get data from a Web Service that has HTTPS, SOAP and WSDL configuration.

Tried following this tutorial https://www.mssqltips.com/sqlservertip/3272/example-using-web-services-with-sql-server-integration-services/ , but stopped on the "Download WSDL file" step, because it gives me the error "Error initializing the HTTP session with the proxy “https://xxxxxx.xxx” This type of error can occur when na invalid proxy is specifyed. The HTTP Connection Manager supports only CERN proxies."

It looks like I can't use Web Service task if the web service has HTTPS...

I prefer to use Visual Studio 2015 in a SSIS project because i am going to store the information on a database later.

Thank you in advance!!!

Gustavo

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Monalv-MSFT 5,926 Reputation points
    2020-08-31T09:46:09.21+00:00

    Hi Gustavo,

    Hope the following links will be helpful:

    1. Web Service Task
    2. SSIS Web Service Tasks
    3. SSIS Web Service Task

    Best Regards,
    Mona

    ----------

    If the response is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.