Consuming a WCF Web Service
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2010
12:33 AM
07-01-2010
12:33 AM
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?
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 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2010
01:26 AM
07-01-2010
01:26 AM
Using BasicHttpBinding instead of WSHttpBinding in my WCF Web Service solved my problem.
