I\'m trying to get a Server application to expose some status information using WCF.
In particular I\'m after using WCF services with RESTful \"API\".
I\'m hitting somewhat of a
I recently ran into the same problem and decided to create a class that has a simplified REST client interface for Silverlight, more or less like WebChannelFactory. Has synchronous-like behavior also.