i created a WCF service that also writes into a log file. i put it On the IIS and run the SVC file to check if it runs ok and it does.
how do i simulate its methods? do i create another web site that calls its methods, and use the log file to trace its steps ? can i install WCFTestClient on the test server ?
what is the best way to simulate wcf methods without a VS2010 installed ?
in asmx services you just "browse" the service and input the parameters in the service methods, can i do that in WCF methods ?