How to call a WCF Service methods on a test server (without VS2010) in C# -
i created wcf service writes log file. put on iis , run svc file check if runs ok , does.
how simulate methods? create web site calls methods, , use log file trace steps ? can install wcftestclient on test server ?
what best way simulate wcf methods without vs2010 installed ?
in asmx services "browse" service , input parameters in service methods, can in wcf methods ?
you don't need install wcftestclient
on server. use remote machine call service. if service uses interoperable binding take @ soapui.
Comments
Post a Comment