WCF REST Service Operation Description
Having a REST based Service enpoints (Article 1) can be a nightmare to query if the parameters are not known already. This parameter suspense can be avoided by enable Web Helper in the WCF configuration.
AS part of the enpointBehaviour you can add the following to provide operation Description
The operations can be explored by clicking on the Method link and this would provide you with request and response parameters names and type.
<< Home