

Once you have Request Body XML you can change parameters as per your need. Check steps outlined here (Use SoapUI tool) . Syntax: Example: Craft SOAP Body (XML API Request) using SoapUI Service name can be obtained from here (Check service column) Once you have WSDL file, next step is craft correct URL for API service you like to call. You can find more information about Other Workday API here. We will use this WSDL in next section to craft SOAP Request using SoapUI tool Right click on WSDL icon and save to local disk. Here is the list of available WSDL for various Workday API Services. WSDL is XML file which describes available API operations and structure of request and response.
#Workday api postman download
Obtain Workday SOAP WSDL URL (API Metadata URL)įirst step to consume workday api using SSIS is download SOAP WSDL file. NOTE: If you are trying to get data from Workday report instead (your Workday admin created a report and gave you a link) then skip Soap UI part, use the URL with GET method and Basic authentication instead of SOAP WSS. Now lets look at each step in detail in the following sections Call Workday API using any of these tasks or components SSIS XML Source or SSIS REST API TASK or SSIS Web API Destination to read / write data.Configure SSIS HTTP Connection (for SOAP WSS) using API url and workday Userid / password.Craft POST request XML using tool like SoapUI for desired operation (e.g Get_Employee ).Obtain Workday WSDL URL (Service Metadata) and API URL for your tenant.Here are high level steps to read or write Workday data in SSIS.
#Workday api postman how to
How to call Workday API in SSIS (Read or Write Data) If you need more help contact our Support and we will be happy to help you step by step.

Once you do that you can call virtually any WorkDay API using our SSIS XML Source.

Userid, Password) inside your request (You can generate that easily using Free tools like SoapUI). All you need to know how to create SOAP Request correctly and provide Authorization (e.g. In this article you will learn how to get data from WorkDay SOAP web service in few clicks using SSIS SOAP XML Source.
