sclavell
9 years agoOccasional Contributor
No suitable driver for jdbc after upgrade from SoapUI Pro to Ready API
I recently upgraded from SoapUI Pro 5.1.2 to Ready API 1.5.0. I often use groovy to make MS SQL connections to run queries and update statements. After updating to Ready API, all of my groovy scrip...
- 9 years ago
I found a fix. I have to register the driver first at the top of my groovy script.
com.eviware.soapui.support.GroovyUtils.registerJdbcDriver( "com.microsoft.sqlserver.jdbc.SQLServerDriver" )
Still makes me wonder if there's a configuration setting missing somewhere in my Ready API installation, since I don't appear to need this line when running my scripts in SoapUI Pro.