Data limit on web service results?
I have found that when I call my web service (CFINVOKE) and it has more than 27 rows of data to return, it crashes.
Here is the error message that is produced in this situation:
Cannot perform web service invocation test.
The fault returned when invoking the web service operation is:
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (500)The web service operation caused an invocation exception.
faultActor:
faultNode:
faultDetail:
{}:return code: 500
{http://xml.apache.org/axis/}HttpErrorCode:500
If I remove some of the returned fields, I can get a higher number of records before it crashes.
That leads me to believe that there is a limit on how much data can be returned by a web service.
Does anyone know what that limit is? Are there ways around this data limit?
