Using an external service
To connect to an external service you must first set up a service profile using the Create Service Profile form. Specify the host address for the online service, the request method (usually GET), and the response format (JSON or XML). Use the grid to map the data in the response to properties in Infor Public Sector.
See "System Administration" in the Infor Public Sector User and Administration Library for more information about service profiles.
Next, you must set up one or more components to use the service profile that you created. To do this add a child Infor Public Sector application directory. You are bypassing the standard AutoComplete service, so the configuration in the AutoComplete directory is irrelevant.) Add the Service Profile Name attribute and specify the name of the service profile.
node to the node in the AutoComplete configuration. (Use the configuration in theIf you specify a service profile for a component, that component will use the external service that the service profile points to, rather than the standard Infor Public Sector AutoComplete service.
You must also add the Index Manager Type and Index Search Type attributes. Set the Index Manager Type to Hansen.Core.IndexSearch.NetServiceIndexManager and the Index Search Type to Hansen.Core.IndexSearch.NetServiceIndexSearcher.
Finally, specify the component moniker and the property for which you are configuring AutoComplete. The property name must match one of the properties returned by the service profile, as defined in the response mappings. This is used to map the data returned by the external service to the correct control.