12345678910111213141516171819202122232425 |
- #################################################################
- # Properties file for Agent Studio #
- # #
- # This file should be loaded by the XTS engine upon startup. #
- # #
- # Values contained in this file override those specified in #
- # xts.properties, or in additional properties files loaded #
- # prior to this one. See the comments for the property #
- # "resource.properties" in xts.properties. #
- # #
- #################################################################
- #################################
- # XTS Request Classes #
- #################################
- request.class.WSDL=com.cognos.ags.AGSWSDLRequest
- request.class.WEBSERVICE=com.cognos.ags.AGSWebServiceRequest
- #####################################
- # Prefetch configuration properties #
- #####################################
- properties.config.prefetch.ags=contentManager
- webservice.showTrigger=false
- enableHiddenMenuItems=false
- reportLayoutParameters=false
|