# Rel 11.1 OSSClient configuration file ######################################### # Broadworks userId/password ######################################### userId = admin password = xxxxxxx ######################################### # The url to use # # http normal, nonsecure # https use ssl security ######################################### url = http://localhost/webservice/services/ProvisioningService ######################################### # 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\master_input.txt # Time (in ms) to pause before the start of a run pauseTimeBeforeRunStart = 3 # Time (in ms) to pause before sending a request from a file pauseTimeBetweenRequests = 20 # 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 = ######################################### # name of the login request, i.e. LoginRequest14sp4 # ######################################### loginRequestName = LoginRequest14sp4