ContributionsMost RecentMost LikesSolutionsRe: SOAPUI converts Headers and Query parameters to lower case Thanks Richie, I have raised a new support ticket to get this looked at. Lets hope they have some solution. I will update this thread once they provide some solution. Re: SOAPUI converts Headers and Query parameters to lower case Hi Richie, We are working with lot of external systems and cannot change the param names in the request especially when it comes to external vendor calls. Without passing both values of header and query parameter my request does not work. This issue happens when I have path parameters in URL matching headers and query parameters as well. :( SOAPUI converts Headers and Query parameters to lower case Hi, I have a rest request ex. http://192.168.91.101/nic/games/players/ with 2 Parameters SportsID - Header parameter sportsID - Query parameter On trying to import the APIs via Swagger I am not able to see the 2nd parameter and the request displays only one parameter. While adding the parameter manually I get an error message - Property Name exists. Can someone help to resolve this issue or any workarounds are available. SOAPUI Version 1.9.0 Re: endpoint cannot be selected for rest requests? Hi, I found the solution of this issue the hard way. Below are some of the ways this issue can be solved. If you have environments defined like "test1", then 1. Check the Rest Service tab under environment to check if API has an endpoint. If endpoint is missing then Go to project Settings.xml file and search for ur environment name using search, add <Con:service></Con:service> under the environment details add the end point manually. 2. Refresh the project and you will get ur endpoints. refer settings.png snapshot attached If no environment defined then manually editing the Endpoints will using Project tab, API -> endpoints or u can still try the above steps followed for environment setup but do the changes under "default environment" in settings.xml Re: how to extract "Rest Request properties" via groovy Script from Rest Test step Thanks Bill_In_Irvine , I was able to solve the first part of the issue using the solution to get the Resource using URI. Coming to your query on "You have 30 APIs. You mean in https://xxx.xxx.xxx.xxx:xxxxx form? It might make sense to use the Environment capability to switch between APIs". What I meant to say is that I have currently 2 version of codes running in my environment due to certain limitations. The only way to target those is by changing one of the path parameters. example - http://192.168.0.0:1000/abc/v1/api/1232 http://192.168.0.0:1000/abc/v2/api/1232 So if you look at the above URLs the only difference is in the resource V1 and V2. Since all the APIs initially didn't parameterize this variable in resource path so I need to now automate this in order to avoid heavy rework across 1000 cases setup. Currently trying to use the Context.setProperty method suggested to updating the URI during run time. will keep you posted on the same. Thank! Update - used the below code - log.info submit.request.getPath() submit.request.setPath("/product/api/v4.0/foo") log.info submit.request.getPath() from the below solution to change my path parameter as required - https://community.smartbear.com/t5/SoapUI-Pro/Resolved-Dynamically-set-resource-path-of-WADL-at-runtime/td-p/40930 Many thanks for the help! how to extract "Rest Request properties" via groovy Script from Rest Test step I need help in trying to extract the Rest Request Properties associated with a Rest Request test step in ReadyAPI via Groovy Script. Scenario - want to extract the Resource property listed under Rest Request Properties. The Resource path property available under Rest request property then needs to be parameterized so that it can be updated at run time by using a project parameter and support two or more versions of code base by modifying one of the path parameters at run time. I have more than 30 APIs so cant go manually and change the Resource path to a parameterized. Using groovy script I am able to extract the custom parameters but not able to extract the Rest Request properties. Can someone please help in guiding with a solution or pointing to an existing answer. I did found lot of questions asked by other users on extracting Custom properties from the request but could not find anything related to Rest Request properties. SolvedRe: how to upload Excel data source to GIT during VCS Commit?Hi Audi, Unfortunately I couldn't find a way to do it as the tool didn't upload the data sheets specified under data source path to VCS or Git. The alternative is to create a folder in ur local composite project and keep ur data sheets in that folder and use tools like git ui, tortoise git etc to externally sync the files to VCS. Let me know if u found some other best solution to ur problem.Export SoapUI test History results to database Is there a way to export test result history to a database or other suite automatically after every test case/test suite run during execution. Scenario - We have 5 VMs with 5 licensed versions of SoapUI Pro using a composite project to perform execution. We want to export the test result history from all the machines automatically to a Database or result store and then use that to generate collated reports. The test result should maintain a past history of test cases run till date. If someone has any ideas on how this can be implemented or any suggestions on what can be tried would be very helpful. Re: endpoint cannot be selected for rest requests?Hi mix0mat0sis, Couldn't find a solution yet. I have raised a support case with the smartbear team. Will let you know once I get some response from them. Could you share some screenshots or your project structure details so that I can provide them details of your issues as well. Thanks !Re: SoapUI certification and training Thanks Debz for the information. I am planning to take this up around June for SoapUI NG Pro. Will start with the tutorial syllabus for now :) I have already attended the 101, 201 and 202 webinars :) All the best for your attempt and do let me know if you get any reply from customer support for the exact syllabus or coverage. Regards, Ajay