Workday Xpath Account attribute

Hi Team,

We are creating Workday custom attributes for the source
what i did

Workday Integration System ID from to the Integration System ID field
For each field in Step add related attributes to the account schema
and add the xpath for custom attributes

some how still getting the error
[ ConnectorException ] [ Error details ] Exception : net.sf.saxon.s9api.SaxonApiException: Errors were reported during stylesheet compilation

can anyone tell how did you create xpath for custom attributes

To determine the XPATH for custom attributes, I would suggest using a combination of SOAPUI and XPATHER tool. By utilizing SOAPUI, you can extract a sample response, which can then be used with XPATHER to identify the XPATH for custom attributes.

1 Like

I do not know that this is unique to my own environments, but for those custom attributes this is what works for us:

ns1:Worker_Data/ns1:Integration_Field_Override_Data[ns1:Field_Reference/ns1:ID[@ns1:type=“Integration_Document_Field_Name”]=“CUSTOM_FIELD_NAME”]/ns1:Value

1 Like