Hi,
I’m using Tamino 4.4 tools with the query below :
let $no-hrjc-ids := input()/employeeHRRecord/employee[not(jobCategory) or jobCategory = '']/LDAPUid
for $u in input()/user[jobcategory][not(jobcategory = '')]/uid[. = $no-hrjc-ids]
return $u
When I run an explain or query it fails with the following the following exception
java.lang.NullPointerException @
com.softwareag.xtools.basic.dm.ResponseImpl.getResponseXElement(Unknown Source)
Any ideas?
Thanks
Ryan
#Tamino#API-Management#webMethods