ContributionsMost RecentMost LikesSolutionsCannot invoke "com.eviware.soapui.impl.wsdl.tags.Tag.toString()" because the return value of "java.u Hi, My current project with ReadyAPI version #3.3.0 works fine in Maven (Jenkins) but not when we upgraded the version to the latest #3.41.0. It returns the following error. Cannot invoke "com.eviware.soapui.impl.wsdl.tags.Tag.toString()" because the return value of "java.util.Map.get(Object)" is null Did anyone face a similar issue? Can someone please throw some light on this? Re: Unable to use the test runner in ReadyAPI 3.10.2 Hi SajithaVasu - Were you able to resolve this issue? I'm facing a similar issue with ReadyAPI version #3.41.0 in Maven (Jenkins). Re: Reg: Unable to run my Groovy script from Jenkins. I have the exact same issue.. Did you happen to find any solution for this? Re: How to integrate scripts in script library to git? Thanks a lot for your reply, @nmrao. Looks like the suggestion you made isn't feasible in our team, do you have any other suggestion apart from Rupert Anderson's. Re: How to integrate scripts in script library to git? Hi, My team denied this option as they don't want to put the jar file manually every time we update it.. I'm still waiting for a feasible way for us to maintain the script library files from a common repository. Re: Ready Api 2.2.0 - Scipt Library - Update to the Scripts not reflecting Hi, I'm just trying to understand how are you able to maintain the script library? I have a bunch of custom groovy scripts that I want to maintain in a repository, do you have any suggestions? How to integrate scripts in script library to git? Hi Team, I have some groovy classes defined in the 'Script Library' which are being used in several tests. I need some suggestion on how I can integrate all the '.groovy' files in script library to git so that everyone can access these and also easy to run the tests from Jenkins smoothly. Can someone please throw some light on this? Thanks in advance! SolvedRe: V2.5 - Jsonpath expression gives a false negative with comparision Thanks for the update. Re: V2.5 - Jsonpath expression gives a false negative with comparision Hi Lucian Thanks a lot for the reply! Is there a ticket number from smartbear that you are aware of? V2.5 - Jsonpath expression gives a false negative with comparision Jsonpath expression assertion to match values fails though the values are matching which is a false negative. I have a jsonpath expression to match assertion, under the expected result section, option 'Select from Current' brings a value from the response and when I click on 'test' button. it says that the comparison failed. Here is the error message. Ex: Comparison failed. Path: [$.data.accounts[?(@.id =='${DataSource#account_id}')].number]; Expected value: [[16101]]; Actual value: [[16101]]. It's ready API V2.5