SSIS XML Source (File, SOAP, REST API)SSIS XML Source can be used to consume multiple XML files or XML formatted response from SOAP Web service or REST API Web Service. It supports advanced filtering along with flexible approach to configure request parameters for web service. Features
|
||||
|
View All Tasks | |||
Direct URL – Read from XML Web service URL – Call XML REST API Service and get de-normalized resultset
Direct File Path – Read data from XML files (Single or Multiple files) – Use wildcard pattern in path
Direct Value – Read from XML String
File Path or URL from Variable – Read XML String stored in SSIS variable
Using Filter to extract / de-normalize nested hierarchy (Extract data from Array)
REST API Pagination Options
Select XML Output columns, Edit SSIS Metadata for XML Output
Extract Multiple Outputs from XML (using XML Source and XML Parser Transform)
SSIS Example: Loading XML to SQL Table with Error Handling
Articles / Tutorials
Click here to see all articles for [SSIS XML Source (File / SOAP)] category
- Getting started with REST API calls in SSIS (Example of JSON Source / XML Source)
- How to call XML SOAP Web Service in SSIS (XML Source)
- How to export XML from SQL Server using SSIS
- How to get data from Workday in SSIS using SOAP/REST API
- How to extract single XML node using XPath from SOAP response
Create Excel File in SSIS (Read from JSON / XML)Introduction In this post, we will learn how to Create Excel File in SSIS from source like JSON / XML. We will use SSIS PowerPack to connect and query a JSON or XML file. This article also covers creating Excel from JSON File. JSON stands for JavaScript Object Notation and it is an Open and Standard format to […] |
How to read RSS feed in SSIS and ODBC (with pagination)Introduction Read RSS feed in SSIS can be challenging. RSS named first RDF Site Summary and later named Rich Site Summary and Really Simple Syndication allows customer applications to be updated with the news of a site. For example, Microsoft RSS feeds, Apple RSS feeds, Samsung RSS feeds, etc. With RSS the information comes to you directly and you do […] |
Read SAP S4 / HANA data in SSIS (OData REST API)Introduction In out previous post we saw how to call REST API in SSIS. Now let’s learn how to read data from SAP S4 / HANA OData Service (i.e. S/4HANA). SAP HANA provides OData REST API interface to access data in your application using HTTP Protocol. We will use SSIS XML Source component to read SAP […] |
Call Oracle UCM Web Service in SSIS (Read XML SOAP API)Introduction In this post we will learn how to access data from Oracle UCM Web Service (Middle layer for WebLogic) and load into SQL Server or any other target. We will use SSIS XML Source to achieve this result. About Oracle UCM Web Service If you are not sure what is SOAP Web […] |
How to read data from QuickBooks Online in SSISIntroduction QuickBooks Online is a well-known Cloud-based Accounting Software. In this post, you will learn how to implement QuickBooks Online API Integration with SQL Server or any other RDBMS (e.g. Oracle, MySQL, Postgresql) using SSIS in few clicks. We will use SSIS XML Source Connector to Read data from QuickBooks Online and Load into SQL Server / other targets (Using OAuth Connection). We […] |
How to read data from NetSuite in SSIS (SimpleTalk SOAP API)Introduction In this post we will learn how to read data from NetSuite in SSIS. We will use ZappySys XML Source for SOAP API access. What is NetSuite CRM? NetSuite is a CRM / ERP product. It gives you scalable cloud CRM / ERP solution targeted at high-growing, mid-sized businesses and large enterprises. […] |
How to call SOAP / REST API using Dynamic Token in SSISIntroduction 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 […] |
How to Convert XML into JSON using SSISIntroduction These days, JSON is more popular and it is replacing XML because it is faster, easier to use, it is shorter because it does not require tags and uses brackets instead. In this tutorial, we will learn how to convert XML into JSON using SSIS. So let’s get started. Requirements SSDT for business intelligence […] |
Load SQL Server data to Workday using SSIS / SOAP APIIntroduction In our previous article, we saw step-by-step approach to read data from workday using SSIS. In this article, we will focus on how to load SQL Server data to Workday (e.g. POST, Create, Update). We will use SSIS Web API Destination and the combination of other Transforms such as SSIS Template Transform and SSIS XML Generator […] |
How to read large XML / JSON file in SSIS (3 Million Rows in 3 Mins)Introduction In this post we will learn how to use ZappySys SSIS XML Source or ZappySys SSIS JSON Source to read large XML or JSON File (Process 3 Million rows in 3 minutes – 1.2 GB file). If you use default settings to read data then it may result into OutOfMemory Exception so we will outline […] |