I've got a Web Service written using C# in Visual Studio 2008 (I've also written it in VS 2005). I can write a test windows form app to consume the service no problem.
The problem I have is consuming it from C#/VS2003 (or php which is my real problem). It just gives me the error:
"Cannot implicitly convert type 'TestIntel.WebIntel.GetSitesResponseGetSitesResult' to 'System.Data.DataTable"
The Web mthod does return a DataTable; as I said this works fine if the consumer was built in VS2005/2008. What gives?