Requirement -I have user credentials to access a WSDL file and I can access the file via browser.
WSDL link - XYZ
userdID- asdf
pwd - *****
I need to use C# code inside SSIS script task to call this web service (specifically a single method call) using appropriate user credentials.
Get the response(which would be in XML) , parse the XML to get specific values from it and insert that into a SQL table.
If anyone know/have any idea/reference link on how to achieve the above requirement, please let me know.