# OCIClient configuration file #define("SERVER_WS", "172.16.208.140"); #define("WSDL_WS", "http://172.16.208.140/webservice/services/ProvisioningService?wsdl"); #define("USER_WS", "extprovis_desa"); #define("PASSWORD_WS", "iplan2009.!"); ######################################### # Login method to Broadworks # unsecure - SessionStartRequest/SessionStopRequest # secure - AuthenticationRequest/LoginRequest/LogoutRequest loginMode = secure # Broadworks userId/password userId = extprovis_desa password = iplan2009.! # NameServ host & port hostName = 172.16.208.140 port = 80 ######################################### # session ID # defaults to InetAddress.getLocalHost().getHostAddress() + "," + OCIClient.hashCode() + "," + System.currentTimeMillis() ######################################### sessionId = ######################################### # name of the login request, i.e. LoginRequest or LoginRequest13mp10 # ######################################### loginRequestName = LoginRequest13mp10 ######################################### # Time in seconds to wait for a response # from the server before timing out. ######################################### timeout = 30 ######################################### # connectionMode (BCCT/OCS) ######################################### connectionMode = BCCT ######################################### # The mode for running the ossclient # # Single Execute requests from one file. # Multiple Execution requests from multiple files. # If not provided, will work in the interactive mode ######################################### runMode = Multiple ########################################### # Options for runMode = Single # Input file to read the xml response from singleInputFile = # Output File to put the XML response to # Defaults to $(singleInputFile).response.xml singleOutputFile = # ########################################### ########################################### # Options for runMode = Multiple # Master file containing the list of input files # Format for the file: # full-Path-inputXMLFile [full-Path-outputXMLFile] # full-Path-inputXMLFile [full-Path-outputXMLFile] # ................................................................ # ............................................ # ....................... multipleInputFile = d:\myscripts\master_input.txt # Time (in ms) to pause before the start of a run pauseTimeBeforeRunStart = 20000 # Time (in ms) to pause before sending a request from a file pauseTimeBetweenRequests = 5000 # Number of times to repeat the multiple requests numberOfRuns = 3 # When set to true will not print the input and output XML messages quietMode = false # When set to true will not print progress messages to stdout and will not write response files quietTimingMode = false # Replace "###" with the run number parameterizeRun = true # ########################################### ########################################### # Name of the output file to write the results to # default: ociclient.result in the directory where the application started ########################################### resultOutputFile = ########################################### # Timing output file # If set, writes the time per command in milliseconds ########################################### timingOutputFile = ########################################### # Format the responses. ########################################### prettyPrint = false prettyPrintTabSize = 2