Based on good suggestions provided by support and by members of this community, I am successfully renaming the IDL library and object name to provide more manageable naming conventions and avoiding the duplicate names generated where every IDL object is now called PROCESS.
However, when I generate the Natural RPC client object (which I have heard called a stub), it still creates it with the name PROCESS. This isn’t something we can handle since from Natural we need to be able to call all these different services and they cannot share a common stub interface object.
Is there somewhere I need to change something so the generated object uses the IDL object name instead of PROCESS? What I am trying now is to rename them after generation to the desired name I gave the IDL object, and early indications are this will work ok though I am running into other issues seemingly unrelated. But I would like it to just generate it with desired names instead of manually renaming them if possible.
Thanks,
#Mainframe-Integration#EntireX#webMethods