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.
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.
And how does that REST request option work?
Can @crina help with explaining how the work around works?
@tech321 the REST option Richie mentions they describe earlier as this:
>>
I actually knew this so dont know why i didnt suggest this last time this popped up, but cosmosdb has exposed REST APIs that allows you to query via REST rather than jdbc. This looks like its due to a driver issue so querying via REST would get you round this
<<
Thank you @richie for suggesting this! Also, is there anything you could clarify more for tech321?
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