ContributionsMost RecentMost LikesSolutionsRe: filename doesn't change after rename testcase Hi, do you have a solution for this problem? Kind regards, Claudia Kroschewski Re: How to use CamelCase in parameter name? Now I found a solution at Project Level by creating a new parameter instead of renaming the parametername. How to use CamelCase in parameter name? Hi, I am using Ready! API 1.9.0 Pro Version and I try to type a parameter name in CamelCase representation. But if I leave the field SoapUI saves the name with small letters. How can I solve this? Kind regards, Claudia SolvedSoapUI ignores encoding in xml, outline and raw tab I am using SoapUI Pro 5.1.2. My generell settings for encoding in SoapUI is -Dfile.encoding=UTF8 to have the same encoding as the server in our architecture. Now I have a request without any extra definition for encoding. The response from the service is html and Content-Type: text/html;charset=ISO-8859-1. In the html tab the umlauts are correct but in xml, outline and raw tab the umlauts are wrong, so that my xpath assertion fails. Do you have any idea why xml, outline and raw ignores ISO-8859-1? Re: SoapUI Project Report doesn't work using SoapUI Pro and Maven Hi Tanya Gorbunova, if I choose "SoapUI Pro (Legacy)" at https://support.smartbear.com/product-list/ I get 404 Error Page. https://www.soapui.org/Support/support-overview.html#_ga=1.26346621.1983571271.1471605096 What can I do best to contact Customer Care Team for "SoapUI Pro 5.1.2"? Regards Kro SoapUI Project Report doesn't work using SoapUI Pro and Maven Hi, I am using SoapUI Pro 5.1.2 and run my project with the maven plugin. I want to include a SoapUI Pro "Project Report" in HTML Format. Therefore I follow https://community.smartbear.com/t5/SoapUI-NG/SOLVED-SoapUI-Pro-Maven2-plugin-questions/m-p/11469#M4918 and unzip SoapUI at the Jenkins Server to have the SoapUI bin folder. Can anybody tell me why the Project Report still doesn't work? Here is my pom: ... <plugin> <groupId>com.smartbear.soapui</groupId> <artifactId>soapui-pro-maven-plugin</artifactId> <version>5.1.2</version> <configuration> <environment>${soapui.environment}</environment> <junitReport>true</junitReport> <printReport>true</printReport> <exportAll>true</exportAll> <reportName>Project Report</reportName> <reportFormat>HTML</reportFormat> <projectFile>xxx.xml</projectFile> <outputFolder>${project.basedir}/target/soapui-reports</outputFolder> <soapuiProperties> <property> <name>soapui.home</name> <value>/home/qa/SoapUI-Pro-5.1.2-m-SNAPSHOT/bin</value> </property> </soapuiProperties> </configuration> ... Regards Kro Re: Property Transfers don't work for Environments Hi, is there any solution yet? I have the same problem with SoapUI Pro 5.1.2. Regards Kro Re: HTTP Request ignoriert property in URL Hi, thanks for the answers. The capital P in Project scope resolves the problem. Thanks, i didn't see it. But it is not possible to write a capital P in the Request URL in the HTTP Test Request window. I solved it by setting the capitol P in the HTTP Request Properties Endpoint on the right side (Navigator window). My question again in English: I want to make a HTTP Test Request with a global property in the URL to set the host in dependence of the environment. Regards, Claudia HTTP Request ignoriert property in URL Hallo zusammen, ich würde gerne bei einem HTTP Request in der URL eine Property verwenden, um die URL je nach Environment zu setzen. GET http://${#project#global_prj_service_endpoint}/abc SoapUI sendet dann allerdings den Request GET http://null/abc. Kann mir jemand sagen, warum die Property nicht aufgelöst wird? Ich verwende SoapUI 5.1.2 Pro Viele Grüße Kro Solved