The library of type serviceBinding includes the property runtimeBind, which is set to no (the default) or yes. If you set the property to yes, a library-specific property file is created at generation time. That file includes binding information that takes effect at run time and can be changed at deployment time. Details are in Service binding library property file.
Any EGL library is generated separately from the parts that use it. EGL run time accesses the library by using the setting of the library property alias, which defaults to the EGL library name. That property is described in Library part in EGL source format.
At run time, the library is loaded when first used and is unloaded when the code that accessed the library leaves memory, as occurs when the run unit ends..
A PageHandler gets a new copy of the library whenever the PageHandler is loaded. Also, a library that is invoked by another library remains in memory as long as the invoking library does.
For details on creating a library to hold EGL values and code for local execution, see Library part of type BasicLibrary. For details on creating a library to access a native DLL from an EGL-generated Java™ program, see Library part of type NativeLibrary.
The property field commType is required.
The property field serviceName is required.
The property field servicePackage is required.
host:portNumber
host is the TCP/IP host name that refers to the machine where the service runs. portNumber is the number of the TCP/IP port that provides access to the service.
The property field tcpipLocation is required if the value of commType is TCPIP.
WebContent/WEB-INF/wsdl/HelloWorld.wsdl
The property field wsdlFile is required.
This property field is required.
This property field is required.
egl.service.varName.eglBinding.commType egl.service.varName.eglBinding.servicePackage egl.service.varName.eglBinding.serviceAlias egl.service.varName.eglBinding.tcpipLocation egl.service.varName.webBinding.endpoint
.varName.bindingType.propertyName=value
Related concepts
EGL interfaces
EGL services and Web services
Related tasks
Creating EGL Parts from a WSDL file