Posted By:
Vilakshan_Jakhu
Posted On:
Tuesday, March 29, 2005 05:42 AM
Basicially,
I have a SOAP response containing an Image as a byte[] and its URL as a string. I want to write a servlet such that it not only displays the Image it also can provide the URL.
< a href="**some URL**" >
< img src="****byte[]****"/>
Anyone have any ideas?