When I code WCF webservices in csharp, I enjoy the use of WCFTestClient.

Now, I have to work with COM+ components in (mainly) C++, and I wonder if there is something similar for COM+ - a small client that will work easily with any COM+ component som I can test it alone, without the need of whatever program calling it?

Thanks in advance :-)