So, I learned a very hard lesson that the WCFTestClient is not meant to test/debug/develop WCF Web Services with JSON. There is an ability to customize the client configuration file within WCFTestClient to bind web services, but maybe that's for future-proofing when and if WADL becomes more commonplace.
How can I create a C# application which will consume this JSON-enabled WCF Service? Or, must I test it in the browser?
Thank you.
GETverb. For more advanced and more powerful testing of REST services, use Fiddler - free and very very powerful!