Download Tool
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Labels:
- Developer Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @priya_mohana_dhl ,
did you try to set up the data to be downloaded to a file? Try it our by inputing a a location with the file plus file extension and see if it downloads the whole data:
Also tak e into account that when you download data into a field only the first characters will be shown on the cell, the amount of data to be visible is limited in this case. The rest will be still there, just not visibile on the cell but for sure if you save it on a file.
Regards