RPC server to call COM objects

Are there any examples of writing a windows service (this I can do) that shows how an RPC server can be launched that will inturn invoke a series of COM objects.

Thanks in advance. You can also send me email directly to my SAG email.

Hello Amit,

yes, I have written an Rpc2Dcom Server. This Server is generated by an IDL. An RPC conversation creates an COM object and a RPC request calls a method of created object. This scenario is tested with COM Interface of Entire Connection by example.