Policy attributes are retrieved from Subscription Management
in the Access Gateway and
are passed to the Parlay X Terminal Location over MLP in
the SOAP headers. If the policies are not found in the TWSS SOAP header,
then the Web service uses the values that are defined in the TWSS Administration Console.
The Parlay X Terminal Location over MLP parameters
found in the TWSS Administration Console,
can be supplied on a per-requester or per-operation level by prefixing
them with the service.config.TerminalLocation_MLP. This includes both
the resulting and SOAP headers. The policy-based setting overrides,
will allow only those policies which are more restrictive than console
settings.
service.Endpoint
The target endpoint URI of
the backend service.
service.config.location.MaximumAge
The maximum
acceptable age in seconds, of the returned location information.
- Type: Integer (0)
- Value: 0 to MAX_INT
service.config.ResponseTime
The maximum time
that it takes the application to wait for a response.
- Type: Integer (0)
- Value: 0 to MAX_INT
service.config.DelayTolerance
Response time
versus accuracy. Must be one of the following:
NoDelay LowDelay
DelayToTolerant.
Service.config.location.LocationType
Indicates
the type of the location requested. Must of one of the following:
CURRENT
LAST CURRENT_OR_LAST INITIAL.
service.standard.location.MinimumAcceptableAccuracy
Indicates
the minimum possible value for an acceptable accuracy. The value is
the radius in meters.
- Type: Integer (100)
- Value: 1 to MAX_INT
service.standard.location.MinimumAccuracy
Indicates
minimum possible value for the requested accuracy. The value is the
radius in meters.
- Type: Integer (100)
- Value: 1 to MAX_INT
service.config.MaximumTargets
Indicates the
maximum number of addresses a group can contain. This is used in the
getLocationForGroup operation, and when the ProcessUptoLimit is set
to
true.
service.standard.MaximumNotificationAddresses
Indicates
the maximum number of addresses for which a notification can be setup.
service.config.ProcessUpToLimit
Indicates whether
to process the first range of targets within the MaximumTargets (getLocationForGroup)
or the MaximumNotificationAddress (Geographical & PeriodicNotification)
range.
- Type: Boolean
- Value: False
service.standard.MaximumNotificationDuration
The
maximum amount of time in milliseconds that it takes to set up a notification.
- Long: 3600000
- Value: 1 to MAX_LONG
service.standard.MaximumNotificationFrequency
The
maximum rate of notification deliveries in milliseconds.
- Long: 60000
- Value: 1 to MAX_LONG
service.standard.UnlimitedCountAllowed
Indicates
whether clients may request an unlimited number of notifications.
- Type: Boolean
- Value: True
service.standard.MaximumNotificationCount
Indicates
the maximum number of notifications that may be requested.
- Type: Integer (10)
- Value: 1 to MAX_INT
service.standard.location.MinimumTrackingAccuracy
Indicates
the minimum possible value for tracking accuracy. The value is the
radius in meters.
- Type: Integer (100)
- Value: 1 to MAX_INT
service.standard.location.GeographicalNotificationAvailable
Indicates
if notifications are set on a geography.
- Type: Boolean
- Value: True
service.standard.PeriodicNotificationAvailable
Indicates
if a periodic notification be set up.
- Type: Boolean
- Value: True
service.standard.location.MinimumRequestedAccuracy
Indicates
minimum possible value for requested accuracy. The value is the radius
in meters Used in the startPeriodicNotification operation.
- Type: Integer (100)
- Value: 1 to MAX_INT