Skip to:
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.
https://idempiere.atlassian.net/browse/IDEMPIERE-2928
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.