Explain Workday API integration

Page 1

Explain Workday API integration

In this post, you will learn how to use SSIS SOAP XML Source to get data from the WorkDay SOAP web service within a few clicks. All you need to know is how to correctly build SOAP requests and include authorization. Using these SSIS XML Sources, you can call virtually any WorkDay API once you do so.

How to call SSIS's Workday API (Read or Write Data) For reading or writing Workday data in SSIS, here are high-level measures. Get Your Tenant's Workday WSDL URL (Service Metadata) and API URL XML request for Craft POST using tools such as SoapUI for the desired operation (e.g. Get Employee) Use the API URL and workday Userid/Password to configure SSIS HTTP Link (for SOAP WSS). Use either of these SSIS XML Source or SSIS REST API TASK or SSIS Web API Destination tasks or components to call the Workday API to read/write data. Let us now look at each move in the following sections in detail. Get WSDL URL for Workday SOAP (API Metadata URL) WSDL is an XML file that describes the API operations available and the request and response structure. For different Workday API Services, here is the list of WSDL open. Right-click and save the WSDL icon to the local disk. In the next portion, we will use this WSDL to build SOAP requests using the SoapUI tool. Get URL of Workday API The next step is to build the correct URL for the API service you want to call, once you have a WSDL file. It is possible to get the service name from here.

Using SoapUI, Craft SOAP Body (XML API Request) It's now time to create a SOAP Order. (Use the SoapUI tool) Review the measures outlined here. Once you have Request Body XML, parameters can be modified according to your needs. Here is the sample SOAP XML Body from the Human Resources service for getting Employee calls.


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.