getWebServiceLocation()

The serviceLib.getWebServiceLocation() system function returns the URI that provides access to a Web (SOAP) service.

If the service-client binding for the service is not specified as Web, EGL throws a ServiceBindingException. For information about service-client binding, see “Service access in EGL.”

Syntax

  serviceLib.getWebServiceLocation(variable Service | Interface in)
  returns (URI STRING)
variable
A service or interface variable that your code uses to access the service.
URI
The returned URI, which is similar to this example:
  "http://www.ibm.com/myService"

Feedback