How to convert image (BLOB) using Base64 Encoder?
We are on PeopleTools 8.56.12.
We are creating a new REST Web Synchronous Service (POST Method). This service operation is being published from FSCM to a third-party. The third-party needs us to send the image encoded using Base64. The image is stored in the psfile_attdet table as BLOB Data.
According to https://docs.oracle.com/cd/F13640_01/pt857pbr2/eng/pt/tibr/task_SendingandReceivingBinaryData-727e75.html?pli=ul_d129e96_tibr PeopleSoft supports MTOM for asynchronous messaging only. It also says that you must use the HTTP target connector. The routing for this service operation uses the PSFT_EP node and the WADL_NODE. The PSFT_EP node uses the PSFTTARGET connector. The WADL_NODE does not use any connector.