Hi,I have first used Gateway for registering the service for displaying the images from frontend consumed the service and able to display the images. Later I found the OData provisioning so I have register the same service in OData Provisioning from frontend I have called the service with the entity but failed to display the Image. I found the following changes.
When the URL executed in browser I found the following changes.
when Gateway URL is executed, the image value is continuous like a string.
Where the OData Provisioning URL is executed, it broke the string and placed enter for every 76 characters.
So, when I fetch the same URL from fronted its failing. I think its because of the enter key placed in between the string.
Please let me know how to consume the OData Provisioning URL for Images.
Thanks
Sheetal