# Rel 11.1 OSSClient configuration file # Broadworks userId/password userId = admin password = xxxxxxx # NameServ host & port hostName = 192.168.5.180 port = 1050 ######################################### # 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:\soapClient\oss_master_input.txt # Time (in ms) to pause before the start of a run pauseTimeBeforeRunStart = 2000 # Time (in ms) to pause before sending a request from a file pauseTimeBetweenRequests = 500 # 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 # ########################################### # Name of the output file to write the results to # default: ossclient.result in the directory where the application started resultOutputFile =