I really loved the web based test form of asmx, because it used the browsers built in functionality to remember previously provided parameters. It was also much easier to startup for a debugging session.
Is it possible to get the WCF test tool to remember previously supplied values, or is it too primitive?
Is there another tool I should be using to get the same convenience back that was in the days of asmx that Microsoft decided to drop from the newly updated WCF?
For basicHttpBinding you can take a look at SoapUI.