I tried to connect soapUi the open source version to oracle 11g but this error is raised :
Can't get the Connection for specified properties; java.sql.SQLRecoverableException: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
this is the connection string :
jdbc:oracle:thin:SYS/imane@127.0.0.1:1521/132
ps: I put the driver jar in ext and lib
thank you