Web Services Interoperability
Posted in Web Services on Mar 25th, 2005
When I created my first public Web service, results were returned as a DataSet.
It was OK for me, because I was receiving information with a client written in .NET. But since then I felt that something was wrong. Yes, I had to change returned results type from DataSet to array of objects. So I did […]