juliobelloOccasional ContributorJoined 5 years ago9 Posts1 LikeLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: How To Shorten the Length of a String Parameter Hi, Rao... Thank-you for your response... Kudos! Re: How To Shorten the Length of a String Parameter Hi, Todd... Speaking of ReadyAPI... Is ReadyAPI a replacement for SoapUI?... Is it its successor? Or does it complement (i.e., complete) SoapUI? Or does it supplement (i.e., extend) SoapUI? Will ReadyAPI trial version be like SoupUI "free" version? In other words, "free" limited functionality (indefinitely)? Or will the ReadyAPI trial version provide temporary full functionality for "free" and expire, ceasing to function until a license is purchased? Re: How To Shorten the Length of a String Parameter Hi, Todd... Thank-you for your response... More Kudos! Re: How To Shorten the Length of a String Parameter Thank-you, Todd... I'm assuming SmartBear's Groovy implementation is faithful to the groovy-lang.org documentation(?). And here's a kudo... 😀 Re: How To Shorten the Length of a String Parameter Hi, Richie... Thank-you for getting back to me. Apparently, I can also accept your solution too! Hi, @TNeuschwanger or @nmrao or @ChrisAdams or @KarelHusa Where is the latest, complete, official "groovy" scripting language library specification? Thank-you for your response. Re: How To Shorten the Length of a String Parameter Hi, Todd... I did not know that one can actually put full groovy script into the ${= } syntax. I already accepted Richie's response as a solution. I don't know if I can also "accept" your solution. I am new to this "groovy" scripting language. For my edification, I am interested in knowing how to "substring" a string. Where is the complete "groovy" scripting language library specification? Thank-you for your response. Re: How To Shorten the Length of a String Parameter Hi, Richie... There is nothing "sacred" about the parameter format, other than the fact that it must be 35 characters or less. It does not have to be a UUID. It was the first "random string generator" I found. A timestamp in milliseconds will suffice. I am new to this "groovy" scripting language. I am interested in knowing for my edification how to "substring" a string. Where is the complete "groovy" scripting language library specification? Thank-you! How To Shorten the Length of a String Parameter Hi, Everybody!... I wish to load test a SOAP web service. One of the parameters needs to be unique for each invocation. I am presently using ${=java.util.UUID.randomUUID()}. Lamentably, I am getting the following error: String '<some UUID string>' is too long (length: 36, maximum allowed: 35). How can I shorten the length of the parameter? Please advise. Solvedjava.lang.NoSuchMethodError: HttpClientSupport$SoapUIHttpClient.execute Hi, Everybody!... I recently downloaded SoapUI 5.6.0. I am getting the following error on all of my existing test cases. They all worked successfully before downloading SoapUI 5.6.0. 2020-10-02 14:19:51 - Error getting response; java.lang.Exception: java.lang.NoSuchMethodError: com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$SoapUIHttpClient.execute(Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/client/methods/CloseableHttpResponse; Also, it seems like I can no longer add new SOAP Request test steps. When I click Add Step -> SOAP Request, I am prompted to "Specify name for new step". I specify the new step name and click the OK button. Then I am prompted to "Select operation to invoke for request" and click the OK button. Finally, I am prompted to "Add Request to Test Case" and click the OK button. The dialog box disappears and nothing happens (i.e., No new test step). Can anyone help me, please?