ContributionsMost RecentMost LikesSolutionsRe: getFetchSize() is not supported. Thanks, I am not sure how to use the Rest option instead of of the JDBC. Is there any example of that? Or is there any documentation from SoapUI about that? please advise Re: getFetchSize() is not supported. And how does that REST request option work? Re: getFetchSize() is not supported. Can crina help with explaining how the work around works? Re: getFetchSize() is not supported. Thanks richie for the link. Sorry it is probably me that can not find the solution in the link you have suggested. I am not sure whether the solution is supposed to be in the "1 ACCEPTED SOLUTION" section or in the replies or some where else. I appriciate more elaborate answer. getFetchSize() is not supported. I know this issue is probably a duplicate, but I am asked to post it anyway. I am trying to connect to a cosmos DB via SoapUI by using a JDBC driver that I have downloaded from Cdata, and here are the results: 1- The Build Sql Query works fine - please see the attached file 'buildSqlQuery.png' 2- When I try to run the step in the test case, then I get the "getFetchSize() is not supported." message. - please see the attached 'testStepError'. My question is whether any one knows the cause of the error 'getFetchSize() is not supported.', and what can I do to solve it. Re: getFetchSize is not supported Sorry, I have tried hard to find the solution for this issue but I can not see any. Can any one advise for the steps of the solution, or shall I create a new thread again the same problem "getFetchSize is not supported"? Regards tech321 Re: soapui parameter equivalent to curl parameter Hi guys, finally I found it. See the attached screenshot. A 'Save to file' button, then I call the file anyName.xlsx and I get the expected excel file. Very good and thanks for your help. Re: soapui parameter equivalent to curl parameter Ok, the other option is to let me know which parameters in Soapui I can change, so I probably can hit the right solution. I mean, suppose the content is base32, what/where shall be changed in Soapui for that? etc. Re: soapui parameter equivalent to curl parameter I will try to find spec/design requiremnets from developers. Yes, when I run the curl command with curl http//ip:port/export --output myexcel.xslx then I get the excel shett with the expected data. The data in the excel sheet is about eg. person insurance info etc. I am not 100% sure about the base64 encoded. It looks like other base64 encoded contents I have worked with earlier. Re: Decode base64 response to excel wish I could send the decode and encoded string, but It is company data and I can not share it.