In this blog, let's create a basic inbound integration flow that
receives an EDI document through a REST request, parses and
validates the EDI, converts it to...
In this blog, let's create a basic inbound integration flow that
receives an EDI document through a REST request, parses and
validates the EDI, converts it to XML, and returns the XML in the
response. We shall use REST adapter to keep our blog simple but,
you can replace it as per your business requirement, could be FTP
adapter, SOAP or any other technology adapters/application specific
adapter. Prerequisites for implementing this use case: Prior
implementation experience...
In this blog, let's create a basic inbound integration flow that
receives an EDI document through a REST request, parses and
validates the EDI, converts it to XML, and returns the XML in the
response....