ContributionsMost RecentMost LikesSolutionsRe: Data Driven Template Failure @ Prop Transfer StepSorry forgot to mention that I was trying the last few steps which involves the groovy script....Data Driven Template Failure @ Prop Transfer StepI am following the steps from http://www.soapui.org/userguide/scenari ... riven.html When I run the test, I am getting the following error @ the Properties Transfer step (see attached) When I see the Properties window, I can see the value from the file populated into it. Any help is appreciated. Thanks.Re: Properties transfer error - HelpSee attached... When I click on "Run all property transfers" on the Properties Transfer window, it replaces the "CelsiusToFahrenheit - Request 1" to just the number 25....Re: Properties transfer error - HelpHere is the attachment for the REQUEST... I was just wondering if I need to modify the REQUEST...Currently the value to be replaced (in this case Celcius) is "?".Re: Properties transfer error - HelpHi - Attached the screen shot of the properties transfer window...Re: Properties transfer error - HelpIt's still giving me the same error. Changed to: declare namespace soap='http://www.w3.org/2003/05/soap-envelope'; declare namespace tem='http://tempuri.org/'; //tem:CelsiusToFahrenheit/tem:CelsiusProperties transfer error - HelpAll, I am new to using soapUI so please bear with my queries. Using the evaluation copy of soapUI, I am trying to automate the REQUEST step to accept different values from the properties file for each iteration. The REQUEST is: ? My task is to substitue the value for Celcius thru' properties file. For this, I created the Property (Name = Celsius Value = 25) Also created the Properties transfer (TransferCelsuis) where: Source = "Properties" ==== Property = "Celsius" Target = REQUEST 1 =====Property = "Request" And within the Target box: declare namespace soap='http://www.w3.org/2003/05/soap-envelope'; declare namespace ns1='http://tempuri.org/'; //tem:CelsiusToFahrenheit/tem:Celsius/ When I click "Run all Property Transfers", it gives me the error: [error:Unexpected element:CDATA] Any help is appreciated. Thanks.