Help :) Is it possible.

S

Steffen Balslev

Hi boys and girls.

Need some advice from you code gurus out there :).

Have:
ServiceA
COM+ Adapter
ServiceB

Known issues.
Each component runs in different identity.
I am not able to modify ServiceA.
ServiceA can only communicate using COM.

Problem: Sending messages from ServiceA to ServiceB.

Current solution:
ServiceA creates COM+ Adapter object
COM+ Adapter calls ServiceB using .NET remoting.

Wanted solution:
ServiceA creates COM component witin ServiceB excluding the COM+
identity and activation issues.

Issue: Is it possible?????

Tnx.

//Steffen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top