Workday V2 Connector Guide > Introduction to Workday Connector > Workday Connector
  

Workday Connector

You can connect to Workday from Application Integration to create real-time application integration processes that enable you to interact with Workday. The Workday Connector is available as a service call in Application Integration. You can connect to Workday from Application Integration to create real-time application integration processes that enable you to interact with Workday. The Workday Connector is available as a service call in Application Integration.
Workday is an on-demand Cloud-based Enterprise Resource Application that includes financial management and human capital management applications. Workday exposes the web service API, which the Secure Agent uses to read or write data and perform web service-based integration of processes, applications, and systems in real time.
With Workday V2 connection, you can access all the services and operations supported for the SOAP-based web service version in Workday. When you perform an operation from Informatica Cloud®, you can convert the hierarchical data structure for data retrieved from Workday to a relational format before you write to relational tables. You can also convert the relational format to hierarchical format before you write data from relational sources to Workday.

Example

You are a human resources administrator and you want to archive the details of employees who left the organization in the past month. You can find the employee in Workday based on the employee ID, retrieve worker data through the Get_Workers operation, and then write the details to an Oracle database target. With Workday Connector, you retrieve the worker data in an XML structure and then define a corresponding relational structure to write to the relational target.