I would like to run a test (to a Webservice), then get a DB connection (and we have lots of developers, so we need to be able to change the db url to point to user specific databases) and execute some...
Set up a TestCase with a SOAP Request that does the WebService call and then a JDBC TestRequest Step to validate the database. You can paramerize the connection-parameters and query as you like to make it easy to switch databases, etc..