ContributionsMost RecentMost LikesSolutionsRe: How to use curl in soapUI groovy When I try to do it with soapUI, I get a 405 "Method Not Allowed", "Request method 'POST' not supported. Not sure what this means. Re: How to use curl in soapUI groovy Thanks Richie, The login procedure doesn't have a straight up rest API so I couldn't get it work with SoapUI like an endpoint. I'm open to other ways. How to use curl in soapUI groovy I saw a post for the pro version but it didn't work for me on the opensource version. https://community.smartbear.com/t5/SoapUI-Pro/Groovy-script-for-running-curl-commands/td-p/105017 I'm trying to emulate a login and extract the cookie to use in test cases. Thanks. Re: Service name property from project property That was my guess as well that it's not possible by property expansion. Re: Service name property from project property I just wanted the service name to reflect the value in the project custom properties, it doesn't effect any test cases. I can do without it. I just wanted to see it on the screen. So in this case, the expansion won't work right because service/API don't have customizable properties? Re: Service name property from project property I just wanted the service name to reflect the value in the project custom properties, it doesn't effect any test cases. I can do without it. Re: Service name property from project property Re: Service name property from project property Thanks richie , I tried all of them and it's still not expanding. I'm trying to get the service name to show as the property value of ENV in the custom project properties. I have tried ${#Project#ENV} and ${ProjectName#ENV} The expansion works fine when I used it for endpoints. Service name property from project property Hi I'm trying to set the service name from the project properties but ${#Project#ENV} doesn't seem to be substituting. In the project custom properties I have ENV with value. Is such a thing possible? Thanks. Solved