4
47computers
I seem to have run across an odd problem, maybe someone here can help.
I have some web services written with Visual Studio running on a web
server and a client program written with Visual Studio accessing them.
A web service function I'm trying to write now takes as an argument a
DataSet object. But, no matter what I do, as long as it's expecting a
DataSet then the client always gets the error "Could not deserialize
soap message." All the other functions, including the ones that return
DataSets, work fine. But if the function takes a DataSet as an
argument, I always get that error and the code within the function is
not executed.
Now, the web server itself is not Microsoft. It's running Apache with
mod_mono for the .NET code. So, my question is... is this a known
issue with a DataSet's XML or something, that doesn't work for a
reason? Or, _should_ this work and my problem is likely with the Mono
software?
Any help would be much appreciated, thank you.
-David
I have some web services written with Visual Studio running on a web
server and a client program written with Visual Studio accessing them.
A web service function I'm trying to write now takes as an argument a
DataSet object. But, no matter what I do, as long as it's expecting a
DataSet then the client always gets the error "Could not deserialize
soap message." All the other functions, including the ones that return
DataSets, work fine. But if the function takes a DataSet as an
argument, I always get that error and the code within the function is
not executed.
Now, the web server itself is not Microsoft. It's running Apache with
mod_mono for the .NET code. So, my question is... is this a known
issue with a DataSet's XML or something, that doesn't work for a
reason? Or, _should_ this work and my problem is likely with the Mono
software?
Any help would be much appreciated, thank you.
-David