ContributionsMost RecentMost LikesSolutionsInsert into Oracle data of JSON WS Hi, I would to know how to insert data in Oracle with a JSON WS. I'm trying to create a DataSource but I don't know what is the Row path and the column path. Should I create as much properties as I have columns in the JSON WS. Thanks. BR call a stored procedure with groovy Hello all, I'm trying to call a stored procedure in groovy script and I got the error : Could not find matching constructor for groovy.sql.Sql. The code is : import groovy.sql.Sql new Sql(DataSource).sql.call '(call CLONE_HE_SPEC(?,?)}',[747,sql.INTEGER], {he_spec_id -> println he_spec_id } Re: How do I connect with SCP on a SFTP server to see if a file exist ? Yes, that's exactly what I want ! How do I connect with SCP on a SFTP server to see if a file exist ? I'm new to SOAPUI and I would like to know how we do a connection to a SFTP server with SCP to see if a particular file exist ?