I’m trying to extract Employee information from IFS Apps 10 (Update 6) via SOAP API (specifically employee: identity, job title, department, and manager) which I then plan to ingest into one of our other systems.
I’m unable to get the data out of IFS though - it just returns a response with exactly the data I passed to it. The IFS Interface Browser documentation suggest the EmployeeInteraction.sendEmployee action is a 2-way soap action.
I’ve confirmed the account I’m using has access to the area and data.
See below example of my SOAP UI project. What am I missing to obtain the specified employee’s details?
If there’s a better way to do this in the REST API (unable to find much documentation on that) then that’d be even better but I’d also be happy just getting this working for now.