Is it possible to test the server side with ant test framework? Going through the doc indicates that we assume that the services are already hosted somewhere and we only test the client.
I would like to run each C++ client againt corresponding C++ service. Thanks, Samisa...
