Jerry Miller
Jerry Miller

Reputation: 981

gSOAP SOAP_LENGTH error occurs regardless of setting both soap.maxlength and soap.recv_maxlength to 0

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

Answers (0)

Related Questions