Question

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 ?

Was it helpful?

Solution

You don't need to install WCFTestClient on the server. You could use it from a remote machine to call the service. If your service uses an interoperable binding you could also take a look at SoapUI.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top