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

Attachments

1
  • 07 Nov 2015, 07:30 PM

Activity

Show:

Saúl Piña November 7, 2015 at 7:31 PM

Fixed

Details

Assignee

Reporter

Priority

Created November 7, 2015 at 7:23 PM
Updated January 4, 2016 at 10:38 AM
Resolved November 11, 2015 at 3:55 PM