Using Typed DataSets with Web Services

I just added another tip on my XML web log that I suspect others have already fought through: working with typed DataSets and web services.  You won't want to pass the typed DataSet over the wire if you care about interoperability, so this post shows how to consume and de-serialize a typed DataSet from a WinForms client.