WYSIWYG

http://kufli.blogspot.com
http://github.com/karthik20522

Thursday, March 15, 2012

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



would add http based service description like the following:



The operations can be explored by clicking on the Method link and this would provide you with request and response parameters names and type.

Labels: ,