# default properties for the SAP Transpsorts(TP) Handler # # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! This is the template file for the TP.properties ! # ! If you want to set some of the properties for the SAP Tp handler ! # ! please copy the file TP.prop.template to TP.properties and ! # ! change or adjust the properties definitions in this file. ! # ! Only the file TP.properties is used by the SAP Tp handler! ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # # connection type: WS - HTTP via (SOAP 1.1) WebService (standard if nothing is specified) # STALO - Standalone without ABAP #conn.type = WS # If the connection type WS is chosen, under some rare circumstances, # more informations might be neccessary to derive the WebService URL. # Typically, the URL looks like this: # http://:50000/sap/bc/srt/pm/sap/ocs_api/000/default_profile/1/binding_t_http_a_http_sc_ocs_api_default_profile # - the is specified in the Support Package request itself # - the port (e.g. 50000) is derived from the instance profile of the ABAP Application Server # - the application path (e.g. /sap/bc/srt/rfc/sap/scwb_api/000/srt_cfg_default_profile/scwb_api_srt_cfg_default_profile_binding) # is determined by the default runtime configuration of the web service and is usually fixed # # But if the URL built from the default values does not work, the parameters can be explicitely specified # Port to access the system via WebService, e.g. ws.port = 50000 #ws.port = # Path to the OCS API WebService, e.g. ws.application-path = /sap/bc/srt/pm/sap/ocs_api/000/default_profile/1/binding_t_http_a_http_sc_ocs_api_default_profile #ws.application-path = # Path to the central transport directory for data files #central.directory = # The time out for WS connections in milliseconds, the default is set to ws.timeout = 1800000 (= 30 min) #ws.timeout = 1800000