setWebServiceLocation()
The serviceLib.setWebServiceLocation() system function sets 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.setWebServiceLocation(variable Service | Interface in,
url, STRING in)
- variable
- A variable that your code uses to access the service. This is a service or interface variable.
- url
- The URL of the service, as in the following example:
"http://www.ibm.com/myService"