Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kiranb13
Contributor III
Contributor III

Need Information on QMSAPI package

Hello Team,

Is there any way to get QMSAPI package for Java to integrate Qlikview.

7 Replies
Miguel_Angel_Baeyens

If it is about QlikView, I would recommend you this

QlikView APIs and SDKs ‒ QlikView

for current version 12.10.

For previous versions, you can use

QMS API Documentation - Version 11

kiranb13
Contributor III
Contributor III
Author

Hi Miguel,

Please let me know whether QMS API is compatible with Java. Our main goal is to call QVW file into Java Application.

We are using QMS API for pulling metadata for the QVW and opendoc.htm for pulling the QVW. When the user logs into the Java application he will be able to navigate to the qlikview report within an iframe.

Also we are getting the below error while accessing the QMS API wsdl file.

>>wsimport -keep -p com.measureit http://<server>:4799/QMS/Service

parsing WSDL...

[WARNING] src-resolve.4.2: Error resolving component 'xs:schema'. It was detecte

d that 'xs:schema' is in namespace 'http://www.w3.org/2001/XMLSchema', but compo

nents from this namespace are not referenceable from schema document 'http://<server>:4799/QMS/Service?xsd=xsd11'. If this is the incorrect namespace, pe

rhaps the prefix of 'xs:schema' needs to be changed. If this is the correct name

space, then an appropriate 'import' tag should be added to 'http://<server>:4799/QMS/Service?xsd=xsd11'.

  line 1 of http://<server>:4799/QMS/Service?xsd=xsd11

[WARNING] src-resolve: Cannot resolve the name 'xs:schema' to a(n) 'element decl

aration' component.

  line 1 of http://<server>:4799/QMS/Service?xsd=xsd11

[ERROR] undefined element declaration 'xs:schema'

  line 1 of http://<server>:4799/QMS/Service?xsd=xsd11

kiranb13
Contributor III
Contributor III
Author

Hi Miguel,

Please let me know whether QMS API is compatible with Java. Our main goal is to call QVW file into Java Application.

We are using QMS API for pulling metadata for the QVW and opendoc.htm for pulling the QVW. When the user logs into the Java application he will be able to navigate to the qlikview report within an iframe.

Miguel_Angel_Baeyens

As any API, you can use it with several programming languages. Here in the Qlik Community you will see projects in C# (more Windows friendly) or Javascript (web friendly). I'm sure you can reach the endpoints and methods with other languages as well.

I'm no Java programmer so I cannot give you an example of that.

Miguel_Angel_Baeyens

Is the user doing that import included on the local "QlikView Management API" group?

kiranb13
Contributor III
Contributor III
Author

Hi Minguel,

Can you please help me with the below query.

I need to fetch the list of user groups and list of users from the user Group.

Which method from QMS API can fetch the above mentioned data ?