Reputation: 39
When I send a http request
using SoapUI
, I sometimes get back only a partial response. If I use some other client for making the request, I get the whole thing back, so it's a problem in SoapUI.
As it seems the problem is the length of the T&C of the signup form I'm getting back in the response. The T&C have +15k characters. The process of waiting on the response ends before the whole response gets through which causes my Test Step to fail.
Upvotes: 1
Views: 4192
Reputation: 10329
SoapUI has a maximum response size. Increase it, or set it to zero (unlimited).
There is also "Size of Raw Response Message". Same link, same settings.
Upvotes: 1