[?] passing a collection containing System.Drawing.Image objects to a WebServer

  • Thread starter Thread starter Leonardo Spina
  • Start date Start date
L

Leonardo Spina

I get an error like "error while generating XML document".
It looks like SOAP doesn't love the way the object is getting serialized to
XML.
What can I do?
Thanx!
 
You can do files as byte arrays, or you can use Bitmaps and get byte arrays.
Either way you need to pass byte arrays and not some abstract
non-instantiable class.
 
Back
Top