For WAS 6.20 and higher you can use the Soap-entrance, e.g. you could fetch a WSDL at runtime, interpret it or create temporary Soap proxies and create a correct Soap-Request.
For older you could use LIBRFC32 with PInvoke.
Or you use XI server infrastructure - which is anyway the recommended approach for generic system access.
Hi Marcel,
I disagree. The DCOM Connector is not generic, but also a proxy based solution. Similar to the .NET Connector, you use the Object Builder to generate proxies and program against the generated, specific proxies in your COM client.
The only thing that probably could be called "generic" is the COM4ABAP, a RFC server program that makes COM components callable from within ABAP.
Regards,
Guangwei
Add a comment