The next table shows the system functions in the library ServiceLib. Each argument called variable is a variable based either on a Service part or on an Interface part that provides access to a service.
System function and invocation | Description |
---|---|
result = getTCPIPLocation (variable) | Returns the host name and port number that provide access to an EGL service by way of TCP/IP |
result = getWebEndPoint (variable) | Returns the URL that provides access to a Web service |
setTCPIPLocation (variable, string) | Sets the host name and port number that provide access to an EGL service by way of TCP/IP |
setWebEndPoint (variable, string) | Sets the URL that provides access to a Web service |
Related concepts
EGL interfaces
EGL services and Web services