convert from binary to string

0
hi please, I consumed a webservice that returned a binary variable, i want to convert this binary into string, then I want to convert this into image. do you have an idea about this. many thanks 
asked
3 answers
1

Hi 

I have the same problem and I manged to solve it by opening the wsdl or the xml file and change data type of the response element of the related function,  in my it was base64binary and changed to string 

answered
0

Hi,

 

I'm not aware that this function is supported by Mendix. However it might be possible using a custom java action. 

Good luck with your search

 

Kind regards,

Martijn

answered
0

Hi,

Please see the documentation for which attribute migration is allowed in Mendix:

https://docs.mendix.com/refguide7/attributes-type-migration

Otherwise you can use java actions as suggested by  Martijn.

answered