EdiNation InHouse EDI API allows you to run EdiNation's EDI translation and validation API in your own cloud or on-prem environment(s).
This tutorial uses the example Azure Function that comes with the EdiNation Inhouse product, to demonstrate how to publish EdiNation Inhouse API as an Azure Function in your own Azure subscription(s).
NOTE: The example is for .NET isolated process function.
- EdiNation Inhouse subscription - this contains the in-house EDI API installation files EdiFabric.dll and EdiFabric.Api.dll, and an example Visual Studion 2022 solution that implements an Azure Function.
- Visual Studio 2022, which supports .NET 6.0.
- If you don't have an Azure subscription, create an Azure free account before you begin.
- Download Postman - it's an application to consume/test your API.
- EDI test file(s) - the API supports X12, EDIFACT, EANCOM, HL7, NCPDP, VDA, and EDIGAS. If you don't have a test file, use one of ours - X12 HIPAA, X12, EDIFACT.
Sign up for EdiNation Inhouse with a professional email address to receive the in-house EDI API installation files EdiFabric.dll and EdiFabric.Api.dll.
NOTE: You won't be able to use this edition of EdiFabric on its own or as a substitute for a product you previously obtained from edifabric.com.
Rebuild the solution. If there are any build errors, contact us at https://support.edifabric.com/hc/en-us/requests/new for assistance.
To get started, follow the steps in the How to use InHouse EDI API as Azure Function article.
The source code in these example projects is strictly for demonstrational purposes and is provided "AS IS" without warranty of any kind, whether expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
How to use EDI API as AWS Lambda
How to use EDI API as ASP.NET Core
Last updated on February 28, 2023