cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Connector with no Proxy

Former Member
0 Kudos

Hello, I'm using .NET connector and it works fine. The "problem" is that I don't want to use a proxy since I need to call to many BAPIs. With JavaConnector it is possible to define in runtime the BAPI you want to call to and the parameters. Is there any way to do this in .NET?

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

There is no dynamic invoke featue in .NET Connector. If your SAP server is 6.20 or higher, you can instead use the Soap processor. You could get the WSDL dynamically and somehow use it at runtime. There could be also third-party products that allow a similar feature.