Introduction
This quick guide explains how to extract data from a SOAP Web Service and export it to Excel using SSIS + ZappySys PowerPack. No coding required, fast setup, and ready for enterprise ETL workflows.
Steps
1. Add a Data Flow Task
Create a Data Flow inside your SSIS package.
2. Configure XML Source
Add XML Source (ZappySys) and point it to your SOAP endpoint (WSDL or API URL).
3. Apply Array Filter
Use a JSONPath expression (shown below) to extract the correct XML segment.
4. Validate the Response
Use Preview to verify SSIS can parse the XML structure.
5. Set Excel Connection
Add a ZS-EXCEL connection and test it.
6. Configure Excel Destination
Select the sheet, map fields from XML Source, and review the mappings.
7. Run the Package
Execute the Data Flow to export SOAP data into Excel.
Conclusion
With SSIS and ZappySys you can integrate SOAP APIs, parse XML dynamically, and send structured data into Excel with no custom code. Ideal for reporting, API-driven ETL, and scheduled automation.
Top comments (0)