Adding a binary to a REST service POST...
Hi,
I'm calling a REST service using Integration Broker. The content of the message is a binary - we are submitting a file to the service. We are having troubles adding a binary to the message. We have tried base64 encoding the data using the file operation GetBase64StringFromBinary, but the service is just uploading the base64 text, rather than converting it back to a binary.
We are on PeopleTools 8.54. Any suggestions?
Thanks.