About human readable template

Post author
MR KIM

We're going to buy EdiFabric .net dev tool for implementing b2b edi system.

question is can we implement end product like (webedi.com) that it displays human readable purchase order or invoices format from translated x12 edi (POCOs) file? Also can we implement using ASP.NET core web application using EdiFabric for this? and how can we send EDI through AS2? It's out of the topic but need to get some info...

Thank you,

K

Comments

1 comment

  • Comment author
    Admin

    Hello K,

    I suppose it's up to you to answer whether you can or can't implement a certain product. The EDI Tools for .NET provides all the templates as C# files and all operations such as translation, validation, etc.work off instances of those templates. 

    Being .NET instances allows you to use the built-in functionality in .NET to serialize\deserialize to\from JSON\XML (XmlSerializer and Json.NET) so you don't have to do any extra work. As long as you can display XML\JSON\Model in a web application you'll be fine.

    EDI Tools for .NET is built for .NET Core so ASP.NET would work just fine. The trial supports .NET Framework 4.5 and .NET core 2.0 so you can give it a try.

    EDI Tools for .NET does not provide any communication components, hence you'll need to investigate other options for doing AS2, FTP, etc.

     

    0

Please sign in to leave a comment.