I'm meeting a problem with Talend Software. I use a service in order to retrieve information about user from a LDAP. Among information, there is a jpegPhoto (bytes array). The original photo is in Base64 format, for example :
"/9j/4AAQSkZJRgABA..."
When I call the service, the JSON Request displays :
"/9j/4AAQSkZJRgABA...."
Yet I've put a tLogRow element just before the tRestRequest, and it displays :