I\'ve a WCF service which uses basic http binding. How do I invoke its operations/methods through a browser?
After adding the above code, the endpoint property has to be modified in web.config, binding="webHttpBinding" and behaviorConfiguration="webHttp".
binding="webHttpBinding"
behaviorConfiguration="webHttp"