Whats the best way to return a tabular structure from an ASP.NET (2.0) web service?
It should be inter-operable with Java, Iphone App or any other platform.
EDIT: By inter-operable I mean the other technology/client should be able to consume it or deserialize it to their native types, instead of parsing response XML.