Providers

All of the GIS functionality in Infor Public Sector uses providers to connect to the GIS data source. To set up providers you’ll use the MapDrawerProviders configuration.

Each provider specifies the connection settings for the GIS, such as the URLs of the map service and the geometry service, as well as other attributes. There are two general types of providers that you can configure:

  • Legacy providers use SOAP map services to communicate with the GIS. To add a SOAP provider, you must add a provider node to the MapDrawerProviders configuration and fill in the necessary attributes.
  • Upgraded providers use the newer REST map services. To add a REST provider, you start with a legacy provider and then upgrade to REST. This opts in to using the REST services and also fills in additional configuration settings.