> Hi,
> I'm writing a WSE web service. Now, I want to send the Image Object from
[quoted text clipped - 3 lines]
> Can you tell me how to solve this problem?
> How about MTOM?
Hi Hung,
Basically these are two different classes. You need to convert the byte
array that you have received from the web service to a drawing object for
example with Image.FromStream(...) method.
Take a look at my article how to use MTOM [1].
[1] http://www.ftponline.com/vsm/2006%5F05/magazine/columns/gettingstarted/
Regards,

Signature
Martin Kulov
http://www.codeattest.com/blogs/martin
MVP, MCT, MCSD.NET Early Achiever