Hi everyone,
I am new to Alteryx and I am going to retrieve the data from a website.
Before I retrieve the data from the website, I have to input the user name and user password to login the website for authentication.
I got the following information up to now:
1. Request URL
2. Request Method: POST
3.1 Request Header: Content-Type: text/xml;charset=utf-8
3.2 Request Header: SOAPAction: urn:excute
4. Request Body
5. Username
6. Password
I would like to know how can I pull all the stuff in alteryx to conduct authentication and retrieve the data successfully?
Thanks you guys a lot!