How to retrieve an image stored in the database and send it Base64 encoded to a third-party?
We have an image stored in the image field, ASSET_IMAGE, which is in the ASSET_IMAGE table. We need to retrieve this image and send it to a third-party in a REST Web Service (POST Method). They have requested this to be encoded with Base64.
We are on PeopleTools 8.56.12.
The following is an example of the image that we want to send. It is stored as a BLOB field.