Forum Discussion
HFernandez
11 years agoNew Contributor
Ok. I did some more testing and I am convinced there is a bug with SoapUI.
Attached are some screeenshots with some highlighted sections of interest. Basically, I have added the sourceforge JDBC driver to test an alternate from the one included with the install (MS JDBC). Both drivers result in the same dysfunction.
File > Preferences > JDBC driver Properties
This will add the option of using the sourceforge JDBC driver to SOAPUI datasource steps.
When I use this driver, the results are the same as the MS driver. No rows are returned to the datasource step if you call a stored PROC with dynamic SQL.
Now if you try a JDBC request, sourceforge driver and call the stored PROC, it does respond... BUT the output xml returns an inaccurate result:
<Results>
<UpdateCount>24</UpdateCount>
</Results>
it should return:
<Results>
<C_S_U_F>10-10-10-10</C_S_U_F>
</Results>
You can see the response time (screenshot) takes about 7-8 seconds because the PROC is complicated. That is the same execution time it takes in MS Management studio. It also returns 55 bytes, which is about the size of the result is should return.
For the last test, I create a Groovy step and programmatically executed the PROC with the sourceforge driver. The result returned in about 8 seconds with the CORRECT data!
So to sum this up, Using a groovy step, I can get the data. Using Datasource and JDBC request steps do NOT return data. That has to show there is a bug in these features.
I could be convinced otherwise, if someone can demonstrate working a Datasource step with MS SQL dynamic PROC's. We need these features to work in order to effectively use LOADUI PRO and SOAPUI PRO.
Please help if someone knows a workaround or a trick to get this to work!
Thank you
Attached are some screeenshots with some highlighted sections of interest. Basically, I have added the sourceforge JDBC driver to test an alternate from the one included with the install (MS JDBC). Both drivers result in the same dysfunction.
File > Preferences > JDBC driver Properties
This will add the option of using the sourceforge JDBC driver to SOAPUI datasource steps.
When I use this driver, the results are the same as the MS driver. No rows are returned to the datasource step if you call a stored PROC with dynamic SQL.
Now if you try a JDBC request, sourceforge driver and call the stored PROC, it does respond... BUT the output xml returns an inaccurate result:
<Results>
<UpdateCount>24</UpdateCount>
</Results>
it should return:
<Results>
<C_S_U_F>10-10-10-10</C_S_U_F>
</Results>
You can see the response time (screenshot) takes about 7-8 seconds because the PROC is complicated. That is the same execution time it takes in MS Management studio. It also returns 55 bytes, which is about the size of the result is should return.
For the last test, I create a Groovy step and programmatically executed the PROC with the sourceforge driver. The result returned in about 8 seconds with the CORRECT data!
So to sum this up, Using a groovy step, I can get the data. Using Datasource and JDBC request steps do NOT return data. That has to show there is a bug in these features.
I could be convinced otherwise, if someone can demonstrate working a Datasource step with MS SQL dynamic PROC's. We need these features to work in order to effectively use LOADUI PRO and SOAPUI PRO.
Please help if someone knows a workaround or a trick to get this to work!
Thank you
Related Content
Recent Discussions
- 5 days ago
- 10 days ago