Reputation: 981
I have two different types of clients, one using soapC and the other using a Proxy. Both of them return SOAP_LENGTH whenever the response exceeds a certain threshold (which appears to be 32K or less). The only places I've found in stdsoap2.cpp where SOAP_LENGTH is returned are those where soap->maxlength is greater than 0 and is exceeded, but explicitly setting it to 0 doesn't resolve the issue.
In addition, the server will often exit with code 141 after one or more such attempts.
SoapUI never experiences this issue, regardless of responses exceeding even 64K.
Version is 2.8.52
Upvotes: 0
Views: 23