ContributionsMost RecentMost LikesSolutionsOnly first 3 properties read from a excel file or csv file are available.I am using a datasource to read values from an excel file. The first 3 properties are available to my SOAP call. All others are not replaced. I tried this with a csv file and a excel file as datasource. All values are shown in the data source preview window, but only the first 3 are replaced in the soap call. ${#accountId} ${#clientConfigId} ${#creditCardType} ${#ffgTransactionId} ${#orderId} ${#paymentType} ....and so on Does anyone have a suggestion? I have attached a project file and all infos in a ZIP file. margaret Loading testcase properties from the command lineReading the documentation (http://www.soapui.org/userguide/properties.html) about loading properties from files I am missing following information: I would like to specify both project and testcase properties and have them loaded from a properties file from the command line. The SOAP request has following fields: ${#Project#prop1} ${#TestCase#prop2}1 1) Is it possible to set prop1 and prop2 from a properties file specified on the command line? 2) If yes what should the contents of the properites file be?