MIGRATION GUIDE
EDCS SDK Release 4.0.x to Release 4.3 |
---|
This migration document describes the required changes to migrate applications developed using EDCS SDK Release 4.0.x to EDCS SDK Release 4.3 (which is a superset of version 4.2, which was a superset of version 4.1). This document covers all aspects of the SDK. New EDCS SDK users do not need to read this document.
This document provides the key migration concepts and has links to the detailed changes such as function and name changes.
For general information about this release and items that require specific attention, see the Release Notes.
For help with the migration process or other questions and comments please send email to [email protected]. If you are an associate, please send email to [email protected].
Return to: Top
This section summarizes the major changes to the EDCS technology component. For detailed information on EDCS changes see Migration Guide EDCS API.
The following are the general EDCS changes:
- The library now depends on the EDCS Mapping Utilities SDK, which supplies types and helper functions that are common to any SDK that maps to EDCS.
- This version of EDCS is the implementation of the ISO EDCS specificaion version. Consequently, the concepts defined herein will be consistent with that specification.
- EDCS_Attribute_Value's EDCS_Value_Characteristic_Code field has been removed. Any object needing to specify this information shall specify a <Property Characteristic> component instead. See also <<Property Characteristic Constraints>> for the constraints affecting some of the most frequently asked questions.
Return to : Top
|