Introduction In this blog, we will learn how to call SOAP / REST API using Dynamic Token in SSIS (i.e. Two steps authentication approach – Fist Call Login API to get token and then call API). In our previous blog post, we saw how to call Web API using some industry standards approaches, such as […]
Tag Archives: xpath
SSIS – Extract single XML node using XPath from SOAP response
Introduction In this post you will learn how to extract single XML node value from your XML web response (SOAP Web service call) using XPath expression in SSIS REST API Web Service Task and e XML Parser Task. This article assumes you have basic knowledge how to call REST API or SOAP Web service in SSIS. If […]