Looking to see if anyone has been successful in using the EmployeeInteraction webservice to create a new employee in IFS9. Using Boomi as the Integration platform and I can send data to IFS and get a response back of
Message 4224503 has been posted to queue DEFAULT
But once released, it does not create the employee, trying to find some type of logging to state why? I purposely only pushed over a few elements to cause an issue as I want to know what variables are required.
Thanks in advacne.
Page 1 / 1
Hi @mikeb95 ,
Usually an application message posted to DEFAULT queue when the Soap gateway cannot call find the webservice to call.
Check the SOAPAction header in your webservice call. it should be urn:soap_access_provider:SEND_EMPLOYEE
So I was finally able to create routing rules and was able to send the data to the IN1 queue where it got received and then released but never added the employee or gave an error message. In the attached.
But I go back to the Interface Browser and question if it’s possible. From the webservices, if I click on the employeeinteraction and then IFS Connect WS, it shows only outbound (attached), but if I click on BizApi and then SEND_EMPLOYEE, there is both IN and OUT schemas leading me to believe that it can send and receive employee information (attached).
Currently I am testing only via Postman and can send data as IFS receives the data, something is missing, either my settings or routings within IFS.
I also created a new call using the BizApi IN Schema and the send employee also says Outbound.
Hi @mikeb95 ,
I tried to invoke EmployeeInteraction WebService in one of our Apps9 and Apps10 environments and seems it responds with the request data hence I assume that the request is not reaching the database, It’s better to get an answer from IFS on how to use this WebService.
Same problem reported in this community post but not much information there.
Thanks for the follow up @dsj I am actually trying to send employee data to IFS. Company uses Workday as our HCM system and integration would handle creating new employees into IFS after HR creates them in the HCM.