Loading...
Select Version
A service of an EIS application which is used by your Java EE application has to be configured during deployment by defining the configuration property connectionURL
(see connectionURL
on
Defining configuration properties for OSI-TP / LU6.2 and on
Setting the configuration properties for UPIC ). If the Java EE application utilizes multiple services of the same EIS partner in an EIS you may use the setServiceName()
method of the connection object to address a specific service explicitly:
connection.setServiceName(<service_name>);