demosoapuser
8 years agoOccasional Contributor
SoapUI large response data
I'm currently testing an API with Post and Get call. When the API is new, few data are returned on the response as expected. But executing the call daily added more data. The Get call has no parameter which limit how much data are returned on the response. I guess it is more than 100 thousand data are being retrieved. When I executed the Get call today, it already took me more than 1 hour and still the execution is not finish. Is there any solution for this? Thanks in advance.
ReadyAPI is not going to be able to control how much data gets sent. It will only send and receive a web service request for you. The webservice itself will need to be able to handle how much data it returns.