cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically Run Function Modules with .Net Connector

Former Member
0 Kudos

I have developed SAP integration applications using the JCO connector, which allowed you to define the function module and parameters at runtime and then execute it. Is there a way to do this in the .Net Connector?

Thanks in advance,

Chris

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

No, NCo is strictly proxy-based.

I recommend to use the WAS WebService features instead: from a WSDL you can create a .NET proxy at runtime, reflect and call it dynamically.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks, you confirmed what I thought. I will give the WSDL a try on the next phase of my project.