Web Services Response BinaryData
Description
When querying a binary field is not correctly gets the string. It is proposed to use Base64 response.
For the request binary data idempiere uses Base64:
Class AbstractService:
try {
value = Base64.decodeBase64(strValue.getBytes());
}
For this reason it should respond Base64 binary data.
Environment
None
Activity
Show:
Saúl Piña
November 7, 2015, 7:31 PM