Skip to main content

We have an integration where an XML document is received from the customer, data is extracted from  the document and new records inserted into the database.

Is there anyone who could provide instructions to convert this integration to IFS Cloud?

Hi,

We have had similar issues in transforming and processing inbound EDI messages (XML documents) to IFS Cloud. 

IFS Apps 10 contained standard message routing transformers and BizAPI components that processed the incoming EDI XML messages and inserted the data to IFS database. With IFS Cloud XMLs cannot be processed anymore because IFS Cloud require JSON messages and the generic XML-JSON transformers do not match to the EDI schema required by IFS. I’m unsure if IFS has dropped the whole EDI messaging transformers from IFS Cloud.

We found the below knowledge article from IFS Support Center. As we didn’t get any implementation guidelines from IFS we ended up in developing new integration processes outside IFS Cloud to handle the incoming XMLs and file parsing to IFS Cloud JSONs. 

https://support.ifs.com/csm?id=kb_article_view&sysparm_article=KB0043022


Reply