Setting the timeout value for service objects

About this task
To set the timeout value for a service object, do the following:
  1. Open the service object definition file, dsesrvce.xml.
  2. In the definition of your service object, add the cacheTimeout attribute, as shown below:
    <SampleService id="SampleServiceId2" cacheTimeout="15"/>
    In the example above, the timeout value is 15 minutes. The default setting is 10 minutes.