Hi all,
I have a quick question on the auto generation capabilities of this:
Generate java from software AG IDL
.java
The Java source code of the generated client interface object. The library name is used to build the file name and the class name. Do not change this file.
Is there a way to change the in the generate process to perhaps be based solely on a module?
i.e.
If I were to select only one subprogram to generate java for, just apply that name to the
.java and the
.class generated (not the library name).
ie
CALCN1.NSN lives in PRXX
when generated it is
prxx.java and prxx.class
what we really need is
calcn1.java and calacn1.class
At the moment I am getting around it by renaming the generated .java, then doing a rename on the type within the .java to fix the naming convention.
(The concept behind this is we have multiple services that we would rather be called individually on a per instance rather then dealing with the whole package).
Thank you.
#EntireX#Mainframe-Integration#webMethods