ContributionsMost RecentMost LikesSolutionsData Source for SQL not displaying rowsHi, I am not able to do data sourcing using sql database.When I am trying to fetch data from sql database I am getting message like Got 4 rows in 45 ms(I also tested connection it is working properly)but soapUI is not displaying these rows but when I am doing same in using JDBC Testing step it is displaying the rows. How to fetch it from SQL using data source step.Re: Facing Issue in Data SinkYou can use the condition goto step or Groovy Script to directly jump to the data sink step after the Test Request Step. In this way:' DataSource-->Property Transfer-->Test Request-->Property Transfer-->Groovy Script(Jump to Data Sink with Condition)-->DataSource Loop-->Data SinkError with Amazon Web Service<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aws="http://webservices.amazon.com/AWSFault/2005-15-09"> <soapenv:Body> <soapenv:Fault> <faultcode>aws:Client.MissingClientTokenId</faultcode> <faultstring>Request must contain AWSAccessKeyId or X.509 certificate.</faultstring> <detail> <aws:RequestId>46897bc4-ea40-4313-8ac2-5fef4763a0f2</aws:RequestId> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> I am getting above fault string while i passed the AWSAccessKeyId in request and also attached the signature.Please help.Parameters for Amazon AWSE Commerce ServiceAny body know about the parameters ,which should be pass in Amazon AWSE Commerce Web Service.I am always getting a fault string in response. <faultstring>The request must contain the parameter Signature.</faultstring> Please help.Thanks in advance.Re: How to load a request from xml file using groovy script?Yes you can do it in following steps: 1.On test case level,go to setup script and write the code to load the data in custom property of test case level e.g. def myRequest=new File("Location of Your xml file").getText() testRunner.testCase.setPropertyValue( "Request", myRequest ) 2.Use a transfer property step to transfer the this data into your required step.You can transfer the complete data into request section of step.There is no need of selecting xpath in propety transfer.Re: Why i'm not being able to see the web page?May be you are using os 64 bit.Try to do it on 32 bit os.Re: Best Practises while using SOAP UI proNo there is no other documentation available on internet for SoapUI.I am also new for SoapUI so can you tell me how you are learning this tool,which type of webservices you are using for practices.Jira Atlassian Testing Using SoapUICan i test the Amazon,google,ebay,jira webservices using SoapUI for learning purpose.