Hi,
I am calling a .net dll from natural (mainframe) using entirex and the dotnet rpc server. The mainframe sends the library name which is searched for as the dll name on a windows server by the RPC server. Is there any way to change the expected library name i.e. to prefix or suffix the library name sent be the mainframe before the RPC server searches for the dll? The reason for this is that, on our Production machine, all programs are in the SYSTEM library, and it is not possible to use an alternate library for these programs. However, system.dll is not a valid dll name in .net.
Any help is appreciated. Thanks.
#Mainframe-Integration#EntireX#webMethods