I am buidling an API Flow to a User Defined Business Class in GHR.
Infor no longer supports the GHR ION Connector, so you can't use IPA IONOUT Node to publish an XML message to the application's INBOX from say a Landmark query that's mapped to an XML document
Sooo....I am going to use an API Flow that will invoke an ION API Node, then use an ION Data flow to publish to the GHR INBOX.
A GET to lists/_generic is successful in Swagger, which I added to the IONAPI Node. This tests ok
However, when I complete the API Flow Start Node, the test fails.
API Flow Properties
Start Node
Method Get
Endpoint name: UDBC
Endpoint path: v1
Resource name: UserDefinedBusinesClass
Resoruce path: dem
ION API Properties
IONAPI: works
Name: UDBC
Description: UDBC record created from EmployeeSpace
Product: Infor HR Talent
Opteration: Get BusinessClass Path: LAWSONGHR/hcm/soap/classes/UserDefinedBusinessClass
The Infor HR Talent API had to be reprovisioned by CloudOps, because it was not available from the Select list, so I have an incident open.
If anyone comes across this question