Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Download Tool

priya_mohana_dhl
7 - Meteor

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?

 

priya_mohana_dhl_0-1637924995497.png

 

 

I copied the whole body in

priya_mohana_dhl_1-1637925047673.png

 

 

Provided the webservice url as textinput

 

priya_mohana_dhl_2-1637925115656.png

 

 

Appreciate if anyone could help.

 

Thanks,

Priya.

 

1 REPLY 1
afv2688
16 - Nebula
16 - Nebula

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:

 

Untitled.png

 

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

Labels
Top Solution Authors