getWebServiceLocation()

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

If the service binding in your deployment descriptor file for the service is not specified as web, EGL throws a ServiceBindingException.

Syntax

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

Feedback