Want to know if there is any REST API present to find license issue.

Want to know if there is any REST API present to find license issue.
This was just brought to my attention and may help you in using the REST API to determine if there is a license issue.
It is included near the beginning of the self-documented Rest API (http://REST_hostname:2995/xpp/documentation/index.html).
Look under Utility Functions - Check an XPP license.
It's done with a GET of
/xpp/license?feature=name
or
/xpp/license
where the default feature checked is "compose".
If you get back a 'false' code along with an error message, it probably indicates that there is a license issue.
Jonathan Dagresta
RWS Group/XPP Development
This was just brought to my attention and may help you in using the REST API to determine if there is a license issue.
It is included near the beginning of the self-documented Rest API (http://REST_hostname:2995/xpp/documentation/index.html).
Look under Utility Functions - Check an XPP license.
It's done with a GET of
/xpp/license?feature=name
or
/xpp/license
where the default feature checked is "compose".
If you get back a 'false' code along with an error message, it probably indicates that there is a license issue.
Jonathan Dagresta
RWS Group/XPP Development