Difference between simple xml and workday xml in workday ?
1) Simple XML: Flat, basic structure. Just raw data (e.g., <Employee_ID>123</Employee_ID>). No Workday-specific metadata or nested objects. For simple exports or non-technical tools.
2) Workday XML: Rich, complex structure. Includes Workday IDs (WIDs), business object refs (e.g., <Worker_Reference wd:type="WID">abc123</Worker_Reference>), and relationships. For API integrations or heavy data processing.
Difference: Simple XML is lightweight and easy; Workday XML is detailed and technical. Pick Simple for basic stuff, Workday XML for deep integrations.
No comments:
Post a Comment