1
Answer

How to send image via webservices with other information.

haneef shaik

haneef shaik

15y
2.2k
1
Hi to all,

I want to send image through other details.

For Example My xml is like this and I want to send like as string (Return type as string).

<xml>
<uid>xxxxx </uid>
<logoimg>Here My Byte code<logoimg>
......
......
<xml>

How can i do it, user after getting the xml how he can save it as image again..

Please give me all details..
Answers (1)
0
Lalit M
NA 6.7k 48k 15y
You could send the image as a byte array.  You could consider using WSE 3.0 which supports MTOM attachments automatically when you create web methods that pass around byte arrays.