Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

connecting to web service

Does anyone have experience in interface to web service with a password and a function?

My macro code looks like this:

Set xmlhttp = CreateObject (" Microsoft.XMLHTTP")

xmlhttp.open "GET", URL & "/ GetQuestionnairesFindings (DateTime fromDate, DateTime toDate)", false, username, pasword

I get a Connection Error
"Permission denied"

If anyone has such examples of the type of connection ..

1 Reply
Not applicable
Author