Glossary

API Wrapping

A modernization technique in which a legacy COBOL program is left intact but is fronted by an API layer (typically REST/JSON or SOAP/XML) that translates modern service requests into calls the COBOL program understands. Preserves proven business logic while enabling new integration patterns. (Ch. 37

Learn More

Related Terms