I\'m trying to render an user image that comes from soap server response, it not should be difficult but i dont know how start to do.
This is the code of the request way
If you have blob value, you can directly set the value in image tag in html..
Instead of this.imgStr = 'data:image/jpeg;base64,' + b64; use this.imgStr = b64;