Hi Folks,
Does anyone know if Create has a limit on the data size returned from an API call?
I’m interacting with a SOAP API that returns quite a lot of data. Unfortunately, the API doesn’t have any parameters to narrow the response. Postman handles it fine as I’d expect, but when sending a cURL request or a normal api call in Create, I’m getting the following error:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Error reading XMLStreamReader.</faultstring></soap:Fault></soap:Body></soap:Envelope>
I’m also using the same request payload as I use with Postman.
Regards,
Shervin