cancel
Showing results for 
Search instead for 
Did you mean: 

COM+ and NCo (Was: How to transfer information from SAP CRM to .NET Connector)

Former Member
0 Kudos

Just a question:

Is it possible to access a Com+ Application using .Net Connector?

TIA

Paolo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi, Paolo

I think maybe you want to call a dotnet Connector Proxy class in a COM+ component. right?

I think if you really want to achieve this, you can create a new class base on Component class. And encapsulate the SAP connector proxy in this class.

Then you can it as a COM in COM+ application, just like some sample from Microsoft, about how to call .NET component in C++.

Hope it will be helpul

reiner_hille-doering
Active Contributor
0 Kudos

Hi Paolo,

I branched this question to a different thread, because COM+ is a different story.

I don't really understand what you mean with "access a Com+ Application". NCo is a client or server for the RFC protocol, so it's not really related to COM+.

COM+ could come into the game if you want to produce a kind of "middleware" that acts as server for DCOM and a client for RFC or vice versa.

If you explain your requirement a litte bit more in detail I could give you more hints.