I was thinking about moving from ASMX to WCF to implement web services. One thing that was sometimes very practical with ASMX web services is the fact that you can simply enter the URL of the asmx-file in a web browser and you get a simple user interface that allows you to call the web methods directly from the browser, e.g. for testing/debugging (at least as long as the methods do not take any complex parameters).
Is this also possible for WCF-based web services (hosted in IIS or in a windows service)?