Using an auto-generated Help page

Unlike SOAP-based WCF services, REST services use normal HTTP GET/POST requests for service communication. Therefore, a WSDL-based service metadata document is not that useful for describing a WCF REST service and the REST service clients will not use any pre-generated proxy class for consuming the REST service operations. In other words, for REST service client consumers, some service operation description information, like the operation endpoint address and message/parameter syntax, will be much more important than WSDL document or SOAP message format. Fortunately, in WCF 4.0 there is a Help page feature which can help a WCF REST service automatically provide a service description page to client consumers. ...

Get Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.