To set the timeout value for a service object, do the following:
- Open the service object definition file, dsesrvce.xml.
- 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.