Forum Discussion
Vivek,
TestComplete supports WCF services testing. Testing of MessageContract services should not differ from testing of other WCF services. So, to test the described service, you need to have .NET Framework ver. 3.5 or 4.0 on your computer. You can use TestComplete 8.70 or 9 (I'd recommend that you use version 9). Also, the WebServices project item (or the entire test project) must be created in these versions of the product.
Before you start creating automated tests, please check whether the service methods can be called from your computer successfully. That is, check manually whether the tested application works as expected. If it does, this means that your computer is configured properly (all the needed certificates are installed, and so on).
To understand how to call web service methods from your tests, please read the TestComplete documentation and see the sample project:
* Testing Web Services - Overview
* Creating Web Service Tests
* WCF Services - Specifics of Testing
* Sample project: <Users>\Public\Documents\TestComplete 9 Samples\Web Service Testing\Functional Testing .
Message headers are not displayed in TestComplete. Could you please explain what you need them for?