To invoke a generated program from a non-generated Java™ program, do one of the following:
- Move the logic from the EGL program part to an EGL service part,
deploy the logic as a SOAP service, and access the service from the
non-generated program.
- Alternatively, create Java wrapper
classes for the EGL program.