Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Can’t map dataset type to xml schema › Re: Can’t map dataset type to xml schema
January 10, 2010 at 6:50 PM
#24041
Hi,
The DataSet class is supported in BizTalk Server as described in this article:
http://msdn.microsoft.com/en-us/library/aa561724(BTS.20).aspx
In your VS project, after adding a reference to your web service, did you check to see if you also have a reference to System.Data assembly in your project? The DataSet class is derived from that assembly…
Daniel.