Question : Web Service to upload images

Hello I want to upload images using Web Service from one bo to another. Wdowe have to use WSE for this or it is possible with the web service directly?

Answer : Web Service to upload images

You can to this with a basic web service.  Images are typically transferred as a byte[]. Here's a few articels that talk about it:

http://msdn.microsoft.com/msdnmag/issues/06/10/InsideMSDN/
http://www.aspfree.com/c/a/ASP.NET-Code/Create-webservice-to-retrieve-image-from-database/
http://www.eggheadcafe.com/articles/20040721.asp

(they talk about it from the aspect of GETTING images from web services, but you can just reverse the logic...
Random Solutions  
 
programming4us programming4us