Hello experts,
I am trying to consuming two web services from 3rd party. one is from apex and other one is from google API. Both services are sending data and images/picture.
how can i show these images in my apex application consuming these web services.
when i build a report based on these web services the image data coming in text filed showing as text/binary data instead of image.
please note that these are coming from other/3rd party application as a web services i do not have any table to store that just need to show on application.
thank you