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.