Forum Discussion
nmrao
11 years agoCommunity Hero
Ok.
The one I sent earlier was to deal with frequent updates of wsdl, and it automatically not only update the definition, but also updates the existing test cases as well.
Haven't played with WADL. I believe it must be mostly similar.
You would get lot of things on the net for groovy as well.
Below are the links soapui related groovy
https://learnsoapui.wordpress.com/2011/ ... ps-soapui/
http://www.soapui.org/Scripting-Propert ... ricks.html
In general groovy site has lot of examples
http://groovy.codehaus.org
If you need change json, then below link might be helpful
http://groovy-lang.org/json.html
I would also recommend you to use some IDE with groovy (eclipse or intellij IDEA) for faster development.
If you are familiar with Java, then you could procced do it in java itself, I believe there is no constraint.
The one I sent earlier was to deal with frequent updates of wsdl, and it automatically not only update the definition, but also updates the existing test cases as well.
Haven't played with WADL. I believe it must be mostly similar.
You would get lot of things on the net for groovy as well.
Below are the links soapui related groovy
https://learnsoapui.wordpress.com/2011/ ... ps-soapui/
http://www.soapui.org/Scripting-Propert ... ricks.html
In general groovy site has lot of examples
http://groovy.codehaus.org
If you need change json, then below link might be helpful
http://groovy-lang.org/json.html
I would also recommend you to use some IDE with groovy (eclipse or intellij IDEA) for faster development.
If you are familiar with Java, then you could procced do it in java itself, I believe there is no constraint.