O
onnodehaan
Guest
Hi Octavia We have centralized API's. For example customerapi.p This api contains all the business logic for CRUD-operations on customers. The API uses a temp-table or dataset to hold the business entity. In order to expose that API to a REST-service, we have created something like "restservice.cls". That class contains wrappers that transform the REST-message (JSON) to temp-tables. We've created generic wrapper code. In order to expose the API to SOAP, we have created wrappers that convert the soap-message to our temp-tables/dataset. Same for import/export.
Continue reading...
Continue reading...