I have created a WCF web service with BasicHttpBinding. When I browse the .svc file, I get a link to WSDL definition and the "You have created a service. To test this service, you will need to create a client...":
ASMX help page displays more verbose info about supported operations:
Is there a way to display information about individual WCF service operations automatically as for ASMX services?