XPath Mapping in workday

Hi,

I’m trying to add a workday attribute : Management Level. I’m trying to use the below Xpath, but it is not bringing the correct value.

ns1:Worker_Data/ns1:Employment_Data/ns1:Worker_Job_Data/ns1:Position_Data/ns1:Job_Profile_Summary_Data/ns1:Management_Level_Reference/ns1:ID[@ns1:type='Management_Level_ID'] | ns1:Worker_Data/ns1:Employment_Data/ns1:Position_Data/ns1:Job_Profile_Summary_Data/ns1:Management_Level_Reference/ns1:ID[@ns1:type='Management_Level_ID']

Import the Workday source WSDL file into any Soap UI tool. Find the Request eg. Get_Workers and modify body as needed and send the request. You should get XML response back.

Verify the XPATH you mentioned above in the response you receive.

You will need to verify it in SOAP UI, but I am using the following XPath for Management Level, which looks the same as what you are using and is returning values.:

ns1:Worker_Data/ns1:Employment_Data/ns1:Worker_Job_Data/ns1:Position_Data/ns1:Job_Profile_Summary_Data/ns1:Management_Level_Reference/ns1:ID[@ns1:type=‘Management_Level_ID’]

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.