[Mono-list] DataSets in Web Services

David P. Donahue ddonahue at ccs.neu.edu
Tue Sep 19 13:20:25 EDT 2006


Is there a known issue with trying to pass a DataSet as an argument to a 
web service?  I'm running some web services on Apache with mod_mono, and 
the functions that return DataSets don't have a problem.  However, any 
function that expects a DataSet as an argument, when called from a 
client application via the web service, fails.

On the server, no code from the function is executed.  And in the client 
application, the error is "Could not deserialize soap message."  My 
testing seems to narrow this down to any function that expects a DataSet 
as an argument, regardless of the code within the function.

Any ideas?


-David



More information about the Mono-list mailing list