You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like newService with the following parameters:
name - The service name
configName (optional) - [string] A top-level configuration name that services can be grouped under. If not specified the service name will be used for the config name.
searchApi (optional) - [true|false] Whether or not the service should have a configuration to support the MarkLogic search API. This is used primarily by the ArcGIS Pro add-in. Defaults to false.
Note
Service name must be a string that is a valid part of a URL path. There should be more checks to make sure this is the case but there are not right now.
Something like newService with the following parameters:
name - The service name
configName (optional) - [string] A top-level configuration name that services can be grouped under. If not specified the service name will be used for the config name.
searchApi (optional) - [true|false] Whether or not the service should have a configuration to support the MarkLogic search API. This is used primarily by the ArcGIS Pro add-in. Defaults to false.
Note
Service name must be a string that is a valid part of a URL path. There should be more checks to make sure this is the case but there are not right now.
Copied issue from koop-provider-marklogic by jkerr5 commented on Jul 18, 2018
The text was updated successfully, but these errors were encountered: