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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to setup/interface with API of QMS Backend

Hello,

 

I would like to use the QMS Api to call the Task reload function for a specific dashboard, but I have a problem:

if I go with Internet Explorer to http://machine:4799/QMS where 'machine' is the name of my server,

I expected to display the XML of the WSDL, but it doesn't work ("Internet Explorer cannot display the webpage"...)

The IIS should be correctly configured on my server, beacause I can see the IIS logo image if I go to http://machine 

What am I missing? Should I configure something in particular or change some configuration files?

Should I modify the IIS default page in some way or is it automatically configured?

 

I've also tried connecting to the previous WSDL address with SoapUI, but I have this error:

Error loading [http://machine:4799/QMS]: java.lang.NullPointerException

 

My Qlikview version is 10.00.

 

Can you please help me?

 

Many thanks,

Nicola

1 Reply
Not applicable
Author

I solved it! It is necessary to start the management console service inside "Services".

I can read the WSDL and see all the functions available, but I have another problem now:

maybe I don't know the right way to call them, because the server gives me a warning that it cannot do "POST" action. Some suggestions?

Thanks!