tags:

views:

448

answers:

1

I am new to SOAP UI testing tool. I am planning to create a testcase which involves connection to database. I am having issues using the SOAP UI database connection wizard to connect to SQL server database. I tried with all the available drivers and i am getting error "java.lang.Exception:Failed to init connection for driver" I am able to connect to the database using .Net code and SQL management studio. I am not sure what are the other options available to connect to Database.

A: 

I tried this and the connection works fine. Download http://www.microsoft.com/downloads/details.aspx?familyid=99B21B65-E98F-4A61-B811-19912601FDC9&displaylang=en

copy the jar files in the folder to soapui\bin\ext

Open the SOAP UI project.

I am not sure of the actual reason but it works!

Balaji