Sebastian Wojciechowski’s WebLog

.NET Developer

Archive for March 25th, 2005

Web Services Interoperability

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 […]

Read Full Post »