If you create a client on Visual Studio (can be VS C# Express), it will create what you need, then you can copy client code missing on Reference file created by Visual Studio to the file generated by MonoDevelop. Then you can return a DataTable from WebService. That's is the way I'm using since the original project came from .NETCF and it's 100% on MonoTouch and MonoDroid receiving DataTable from WebService.
Karl From: Jason Awbrey <[email protected]> Date: Thu, 8 Dec 2011 16:45:56 -0600 To: Dave Richards <[email protected]> Cc: "[email protected]" <[email protected]> Subject: SPAM-LOW: Re: [MonoTouch] DataTable Support in Web Service MT is based on the .NET silverlight profile, which does not include support for DataTable On Thu, Dec 8, 2011 at 4:41 PM, Dave Richards <[email protected]> wrote: > I created an ASP.NET <http://ASP.NET> web service with several web methods > including a web > method that returns a DataTable type. > > When I create a web reference to this web service in MT all methods are > accessible except the DataTable method. Does anyone know if the DataTable > type is supported in MT/Mono or has anyone experienced this same problem? > > Methods with a DataSet type are working fine. > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/DataTable-Support-in-Web-Service-tp4174 > 651p4174651.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
