Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To use the GeoNames connector, add the <geonames.init> element in your configuration before carrying out any other GeoNames operations. 
 

Code Block
languagexml
titleinit
<geonames.init>
   	<apiUrl>{$ctx:apiUrl}</apiUrl>
	<username>{$ctx:username}</username>
</geonames.init>
Properties
  • apiUrl: The API URL of GeoNames.
  • userName: The username for GeoNames account.

Info
titleNote

Add the following resources to the ESB registry.

  • /_system/governance/connectors/GeoNames/apiUrl
  • /_system/governance/connectors/ GeoNames /username

...