Is there some way to generate sample XML/JSON based on a WCF REST interface? Most of the time the devices that consume our web services deserialize the message into it's relevant object. However some times that is not possible and as such I need to send developers the actual XML/JSON that they need to give to the services and what the output looks like. Is there an easy way to generate this information, even if it it uses the datatypes default values?Is there some way to generate sample XML/JSON b