|
EDI SDK is a new toolkit that simplifies EDI development through EDI Objects: transaction-specific, strongly-typed classes generated from EDI schemas. These classes provide an object-oriented interface for creating, translating, parsing, and validating X12 and EDIFACT documents. By exposing segments, loops, and elements as named properties, EDI Objects eliminate the need for developers to track document position or work directly with low-level EDI data structures.
The getting started guides for X12 and EDIFACT walk through the simple steps for generating document-specific EDI Objects and using them to add EDI processing to your applications.
|