# properties for the ABAP SP (SPAM) Handler # # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! This is the template file for the SPAM.properties ! # ! If you want to set some of the properties for the ABAP SP handler ! # ! please copy the file SPAM.prop.template to SPAM.properties and ! # ! change or adjust the properties definitions in this file. ! # ! Only the file SPAM.properties is used by the ABAP SP handler! ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # # connection type: WS - HTTP via (SOAP 1.1) WebService (standard if nothing is specified) # RFC - RFC via JCo #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/rfc/sap/ocs_api/000/srt_cfg_default_profile/ocs_api_srt_cfg_default_profile_binding # # - 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/ocs_api/000/srt_cfg_default_profile/ocs_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/rfc/sap/ocs_api/000/srt_cfg_default_profile/ocs_api_srt_cfg_default_profile_binding #ws.application-path = # The time out for WS connections in milliseconds, the default is set to ws.timeout = 300000 (= 5 min) #ws.timeout = 300000