简体   繁体   中英

How to call a WCF Service methods on a test server (without VS2010) in C#

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 ?

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM