Getting an image trough a webservice

0
I am having an entity called product with an System.Image generalization which works completely fine within Mendix. Now I need the data and thus the image to show within an xamerin app as well. For that I request the whole product trough an webservice but it is giving me a SOAP encoding not supported error. Could anyone help me out? If you need any files, screenshots or whatever let me know.
asked
1 answers
0

Without more information (stack trace + your SOAP settings) it's hard to say anything definitive.

However, in a pinch you can always encode the image to base64 and pass it as in a string in your SOAP payload. You can then decode it on the other end. 

answered