[?] 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top