What types can be transferd by web service

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I found that DataTable can be transfered with web service, but DataSet can.
What types can be transfer by seb service, struct? Array? hashtable?
 
BTW, DataTable have circular references which would cause the XmlSerializer
to throw exceptions - that's the reason datatables are not supported.

AFAIK, in .NET 2.0, this has been rectified.

--
HTH,
Rakesh Rajan
MVP, MCSD
http://www.msmvps.com/rakeshrajan/
 

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