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

Qliksense WSDL for api

Hello

i'm trying to use the qliksense API, in order to i need the wsdl file.

if i'm going to this link, i get a not found error:

http://localhost:4799/QMS/Service

Anybody have an idea how to get this wsdl file ?

3 Replies
Bjorn_Wedbratt
Former Employee
Former Employee

Hi Robert,

The APIs (there are several) for Qlik Sense are quite different compared to QlikView. What you refer to is QlikView specific and not applicable to Qlik Sense.

To get started I would suggest the Developers help site at http://help.qlik.com/sense/2.1/en-us/developer/#Home-developer.htm

Best regards,

Bjorn

Not applicable
Author

Hello Bjorn,

I wasn't specific enough.

I've searched this page and foudn this:

http://help.qlik.com/sense/2.1/en-us/developer/?_ga=1.6391218.1067578945.1432037659#../Subsystems/En...

What i wanted to do is to reload fresh data in the application from my database

Bjorn_Wedbratt
Former Employee
Former Employee

Not sure if you're using .NET, but there's an example in the .NET SDK which is close to what you want to achieve.

Have a look here: Administering Qlik Sense apps using Qlik Sense .NET SDK

If not using .NET you need to use the Engine API and communicate using JSON as described in the API.In that case I suggest that you look into qsock and the other repositories on Github at mindspank/qsocks · GitHub