Alteryx Designer Desktop Discussions

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

How to connect to WEB SERVICE

carlosteixeira
15 - Aurora
15 - Aurora

Hello guys... I will share with you how to connect at a WebService.

 

This is only a example, you will has other problems not resolve here, but is this a way to help you a get data in webservice when you dont have idea how to connect in webservice.

 

First you will need a addres (URL) like this http://domain//Administracaoweb/wsDocumentos.asmx and you will put in a TEXT INPUT.

 

Image1.png

 

 

After this you will need to config the DOWNLOAD TOOL like demonstrated bellow.

 

Step 1:

Image2.png

 

 

Step 2:

Image3.png

 

Step 3:

Image4.png

 

Step 4:

In option "Use Following for Query String/Body" we have this:

 

Image5.png

 

Remember: you will need to change the text "YOURDOMAIN" and "XXX" to your information

 

I hope i´ve helped.

 

Carlos Teixeira

Carlos A Teixeira
13 REPLIES 13
saihaz123
7 - Meteor

tried it, but it isnt working to me, i got this error Server did not recognize the value of HTTP Header SOAPAction

carlosteixeira
15 - Aurora
15 - Aurora

Hi Saihaz123, can you share your WORKFLOW here? Maybe i can help you if i see your work.

Carlos A Teixeira
saihaz123
7 - Meteor

Hi,

Please see attached, but i didnt put login credentials.

carlosteixeira
15 - Aurora
15 - Aurora

@saihaz123

 

I change your adress in SOAP ACTION to: http://api.da1pureb2bemail.com/DAgentAPI.asmx?op=GetBroadcastActivity

 

and change your Query Body

 

Can you try this with your login and pass?

 

Thanks

Carlos A Teixeira
saihaz123
7 - Meteor

@carlosteixeira still not working...

carlosteixeira
15 - Aurora
15 - Aurora

@saihaz123 can you share with me login and pass and other information at my personal email carlosteixeira@uol.com.br?

<Username>string</Username>
<Password>string</Password>
<BroadcastId>int</BroadcastId>
<type>string</type>

Carlos A Teixeira
carlosteixeira
15 - Aurora
15 - Aurora

@saihaz123 try this now... with your credentials...

 

 

Carlos A Teixeira
saihaz123
7 - Meteor

Hi Carlos,

it didnt work, however i added the Host in the header and it is ok now.

Thanks a lot! I got the idea from your previous module.

DanielENCK1
6 - Meteoroid

hola 

 

Disculpa el paso 4 para que es? 

Ya hice la conexión pero utilizando JSON, pero toda la información me aparece en una sola culumna.

Labels