Using web services in ssis to get data from api

tobz 161 Reputation points
2021-01-18T22:36:47.423+00:00

Hi everyone,

I am trying to get data from this api in ssis and got the following error;

**TITLE: Web Service Task

Could not read the Web Services Description Language (WSDL) file. The input WSDL file is not valid. The following error occurred while reading the file. There is an error in XML document (0, 0)..

BUTTONS:
OK
------------------------------**

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

Accepted answer
  1. Monalv-MSFT 5,926 Reputation points
    2021-01-19T02:37:53.53+00:00

    Hi @tobz ,

    1.Please create an empty WSDL file firstly.

    2.Then set OverwriteWSDLFile as True and click Download WSDL in the General page of Web Service Task.

    3.Set the Input and Output .

    4.Please refer to the following links and pictures:

    Web Service Task-WSDL File

    Example using Web Services with SQL Server Integration Services

    57885-emptywsdlfile.png
    57952-downloadwsdl.png
    57953-checkwsdlfile.png
    57964-wst-input.png
    57954-wst-output.png
    57965-wst.png
    57955-outputdataintest.png

    Best Regards,
    Mona


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.