Question:
I have created one webservice.
I want to assign that web service in My application in src of image it will show the Image on my page(how i will do this thing)
Like this : -
<img src="http://someurl/bla?someparameters......gif">
There is any way to streaming of image from webservice and setting the Content type from webservice
or any other way to do this
Thanks
Answer1:
No, you shouldn't use a webservice for that. Just create a normal aspx to return the image.
Answer2:
Thanks for Reply
Then what is the use of DIME Attachment
I am not much aware about dime attachment
Answer3:
The purpose of DIME is to transfer files using a webservice. The important thing here is that a webservice is not meant to be assigned to the src of an image.