Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WCF Test Client - Any way to save the services/settings to a file to reload easily later?

The WCF Test Client is a really powerful tool. I can avoid creating a new console app to test my services. However, what is annoying is that I can't seem to save the services/config I add to the client. If I close it and open it again it starts fresh.

Any way to save an "instance" of the WCF Test Client... kind of like how FxCop let's you scan your binaries and save that setting to an FxCop file?

like image 360
myermian Avatar asked Nov 04 '22 18:11

myermian


1 Answers

The default behaviour of the test client will remember the last few URLs you've used. Is that not enough?

enter image description here

like image 173
Peter K. Avatar answered Nov 15 '22 06:11

Peter K.