Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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