Forum Discussion

fahlen's avatar
fahlen
Occasional Contributor
14 years ago

Consuming a WCF Web Service

Hi,



I don't have any trouble consuming an ASP.NET Web Service from TestComplete, but I have had no luck consuming a WCF Web Service. I'm able to create the reference in TestComplete and get a listing of available methods in the WebService, but I get an exception when trying to call any of those methods. Is there any way to get this to work? Known issues?

1 Reply

  • fahlen's avatar
    fahlen
    Occasional Contributor
    Using BasicHttpBinding instead of WSHttpBinding in my WCF Web Service solved my problem.