Hello everyone,
We are currently working on integrating SailPoint IdentityNow with the Workday, We have requirement to add a custom attribute Academic_Rank for all the employees, specifically focusing on retrieving the Academic_Rank_ID from the Get_Academic_Appointee endpoint.However, I’m having trouble with the XPath expression used to extract the Academic_Rank_ID:
We validated the XPath and tested the following expressions in SOAPUI and using various XPath tools, which was showing mapping to the correct data but when we tried the same xpath in IDN it doesn’t work or the data doesn’t come to the attribute.
ns1:Academic_Appointee/ns1:Academic_Appointee_Data/ns1:Appointment_Data/ns1:Rank_Reference/ns1:ID[@ns1:type='Academic_Rank_ID']- failedns1:Academic_Appointee_Data/ns1:Appointment_Data/ns1:Rank_Reference/ns1:ID[@ns1:type='Academic_Rank_ID']- failed
I also tried including the full response structure in the XPath, but that did not work either:
ns1:Get_Academic_Appointee_Response/ns1:Response_Data/ns1:Academic_Appointee/ns1:Academic_Appointee_Data/ns1:Appointment_Data/ns1:Rank_Reference/ns1:ID[@ns1:type='Academic_Rank_ID']- failed
Questions:
- Are there additional response groups or configurations I should enable to ensure that the
Academic_Rank_IDis included in the response? - Do we need to configure anything special if we are trying to access XPaths from outside of the Workers data?