is there anyone out there who can give me some hints how to handle a database join with Adabas SOA Gateway with Java.
When generating the java classes with WSDL2Java it will generate 10 or 12 classes for each endpoint. So when accessing 3 endpoints I will get up to 36 or so classes.
Is there any way to reduce that number. Which files can I assemble, which not?
all of these classes are generated from the WSDL, so you canāt skip any of them.
Thereās no ācommon codeā, so for two files to be accessed / joined, youāll need all the classes for those files.
We are considering providing our own, light-weight wrapper instead of (or better: in addition to, youāll still be able to use) Axis, this would reduce the number of generated classes.