Hi,
I assume you are invoking the EGL service that you created and this is being generated as Java. Since it iwould not be running on the AS/400 itself, then you don't specify any of the parms you listed. On the client bindings, you just state whether the service is a SOAP/REST/EGL binding. This is not native as youa re not invoking a non-EGL service. For SOAP/REST it is based on the URI. For EGL binding, using local means it will be a "direct java invocation" of the generated service and is what I would suggest.
The database connection used by the get statement is separate from the service location. All you appear to be doing is connecting to the database on the AS/400 from within the service. There is setup required to access the database but that depends on what application server you are using.
If you look in the other parts of the Cafe, there are papers and tutorials for using EGL Rich UI and iSeries.
markevans