Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Images in WebService??

Hi,
Is it possible to exchange images in Web Services?. I need to provide web
service which will send some images to the soap request. If you have any
idea about it, please share it with us.
Thanks,
Hari
[228 byte] By [Hari] at [2007-11-9 15:22:54]
# 1 Re: Images in WebService??
"Hari" <v_hari@indya.com> wrote:
>
>Hi,
> Is it possible to exchange images in Web Services?. I need to provide web
>service which will send some images to the soap request. If you have any
>idea about it, please share it with us.
>
>Thanks,
>Hari

Sure you can. Not sure if it is cross [language] platform though. You have
to encode the image (UTF-16).
MarkN at 2007-11-11 23:30:18 >
# 2 Re: Images in WebService??
Yes, you can exchange images in Web Services through SOAP request. JAXM has
very friendly API , thorugh which you can send your images as an attachment.
Cheers,
Vikas
"MarkN" <mnuttall@nospam.com> wrote:
>
>"Hari" <v_hari@indya.com> wrote:
>>
>>Hi,
>> Is it possible to exchange images in Web Services?. I need to provide
web
>>service which will send some images to the soap request. If you have any
>>idea about it, please share it with us.
>>
>>Thanks,
>>Hari
>
>Sure you can. Not sure if it is cross [language] platform though. You
have
>to encode the image (UTF-16).
>
Vikas Pandya at 2007-11-11 23:31:25 >