ContributionsMost RecentMost LikesSolutionsRe: [RESOLVED]Visibility of imagesHi, Compliments on your fast reply! kind regards, IP[RESOLVED]Visibility of imagesLS, In reading your, quite excellent, tutorial I came a part about mysql where it seems that the images are missing. The link is: http://www.eviware.com/blogs/oleblog/?p=240 Is it possible to make them visible? thanks very much, IPRe: [RESOLVEDD]Using variables for insertion values via DataSinkHi, Thanks for the reply. Indeed it helped by using the statement: insert into test(naam) values ("${DataSource#surname}") (so, using the double marks '.."..' instead of the single mark '..'..' ). No error occurs anymore and the value of the recent surname-value is inserted. Thanks very much. I'll continue exploring your program ;-) kind regardsRe: [RESOLVEDD]Using variables for insertion values via DataSinkHi, Sorry for the missing sql-query. The working sql-query (fixed value) is: insert into test(naam) values ('1') The not-working sql-query (variable) insert into test(naam) values (${DataSource#surname}) The error I get with the last query is: "java.lang.Exception: SQL problem occured" Kind regards[RESOLVEDD]Using variables for insertion values via DataSinkNewbie Hi, I have made a testcase which works fine. However I'm trying to store the results from the webrequest in a mysql-database which gives me some trouble. The Data-connection works fine for retrieving data from the mysql-database. However (and here is the problem) I cannot seem to store the results from the webrequest into the database. Storing fixed results in the database works fine, but I don't know how to store the (variable) webresults into the database. I am getting constant sql-error. The sql-statement with a fixed surname (for instance "McCloud") works fine and looks like: I am stock with regard to the proper syntax for storing a variable from the datasource into the table "test" I have tried to find example sql-statements but haven't found any. The variable I am trying tot store is ${DataSource#surname} Can anyone please help? Kind regardsRe: Webpage about Data driven Testing with soapUI ProHi, The images are visible now, thanks very much (and for the tutorial itself off course). The link for the project still doesn't work. The link for the excel does work. Sincerely I.P.Webpage about Data driven Testing with soapUI ProHi, I'm trying to make myself familiair with data-driven testing for which there appears to be an excellent post in the eviblogging (http://www.eviware.com/blogs/oleblog/?p=619). Unfortunately the pictures don't show and the link to the example soapUI Project file (http://www.eviware.com/blogs/oleblog/wp ... roject.xml) and the excel-file (http://www.eviware.com/blogs/eviblog/wp ... driven.xls) generate an unavailable/authorisation error. It seems I have to log in somewhere but I don't know where (?) The other pages in the blog seem to working fine! Can anybody help? Sincerely IPRe: [RESOLVED] WS-security functionalityL.S., From another forum I got a response. They suggested filling in the action-field with the namespace of the site (which I did) and filling in the "to-field", both of them in the WS-A tab. After filling in these two field I got rid of the error. Nevertheless, thanx for putting me on the right track. It appears difficult, in general, to find more basic requirements with regard to field-values for using SOAP (not considering the official oasis-open documents, which are quite unreadable ;-)). I also found some usable information on the http://aws.amazon.com sincerely IPRe: [RESOLVED] WS-security functionalityThanks for the response. Unfortunately, enabling WS-adressing in the Test request still resulted in the same message. Also enabling "Add default wsa:Acton" gave the same result. Are there perhaps any standard actions that can be filled in other then enabling default wsa:Action? I hope you have some options? Kind regards[RESOLVED] WS-security functionalityL.S., As a newbie I'm trying to make a request on a website with WS-security functionality by username and password. Username and password are part of the soap-header. I've checked the correctness of the username and the password. They are ok. Nevertheless the site returns in the response a soapfault namely WSE012. This code is explained as "WSE012: The input was not a valid SOAP message because the following information is missing: action.". Apparently I am not sending any action through my request although the fields are filled in the soaprequest. I've tried to find the solution to this error but did not succeed. Can anyone help? Kind regards