Adapter for REST: Support for URL in the Synonym

You can edit a synonym for the Adapter for REST to contain the endpoint URL for unsecured services instead of placing it in the connection string.

Delete or null out the CONNECTION parameter in the Access File and add the SERVICEURL attribute to point to the endpoint URL. If the OBJECT attribute exists in the Access File, the full URL is a concatenation of the SERVICEURL and OBJECT values. For example, consider an Access File that contains the following attributes:

CONNECTION=, 
SERVICEURL=http://api.geonames.org,
OBJECT=ABC,

The endpoint URL will be:

http://api.geonames.org/ABC

WebFOCUS

Feedback