ContributionsMost RecentMost LikesSolutionsRe: NPE when calling REST service that returns a 204 responseSame problem here! This is a big issue since may rest successful deletes returns 204Re: SoapUI 3.6.1 bug TEMPLATE parameter values are escaped twiceAnyone can test the project and reproduce the bug? Thanks!Re: SoapUI 3.6.1 bug TEMPLATE parameter values are escaped twiceHere is my project file. You just have to run the request 'Request w TEMPLATE parameter' in the project. It contains a TEMPLATE parameter with special characters []. You will see in the Raw Request that the parameter is escaped twice %255Bspecial%255D. Running the same project in 3.5 was giving %5Bspecial%5D Thanks! Jean-PhilippeRe: SoapUI 3.6.1 bug TEMPLATE parameter values are escaped twiceHi, thanks for the quick reply. I tested with the latest nightly build and this problem still exists.SoapUI 3.6.1 bug TEMPLATE parameter values are escaped twiceHi, I recently upgraded our 3.5 project to the latest 3.6.1 version. It seems like there is a problem with the TEMPLATE Resource parameters. Values are escaped twice in 3.6.1. I use special chars like [] and they are escaped to %255B and %255D in 3.6.1 instead of %5B and %5D like in 3.5. in 3.5 raw request http://127.0.0.1:8080/App/rest/Nova/analyticalMember/%5BPD.PDCY%5D.%5BAll%20PD.PDCYs%5D.%5BPDCY20090101%5D/descendants in 3.6.1 raw request http://127.0.0.1:8080/App/rest/Nova/analyticalMember/%255BPD.PDCY%255D.%255BAll%2520PD.PDCYs%255D.%255BPDCY20090101%255D/descendants