Hi,
I am calling a webservice. Tried it in SoapUI. It works fine. The response is huge xml data.
I tried calling the same webservice in Postman and Alteryx. Postman also gets the whole xml data in response.
But in Alteryx, I get only partial xml data in DownloadData.
DownloadHeaders has this:
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/8.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Fri, 26 Nov 2021 10:40:01 GMT
Content-Length: 165522
How to retrieve the whole response data?

I copied the whole body in

Provided the webservice url as textinput

Appreciate if anyone could help.
Thanks,
Priya.