简体   繁体   中英

Service now apis and jena

Can anyone suggest me how i can use ServiceNow Api's and i did a bit of research on it and found it requires authentication. Is it true?

also

I need jena for java 1.7 inorder to use sparql query.It is showing major.minor version 52.0 which is because jena is expecting java 1.8 but i want to work on 1.7

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/jena/query/ResultSet : Unsupported major.minor version 52.0

I know this isn't a technical question but any kind of help would be very helpful.

yes typically most ServiceNow APIs require authentication. You can use either Basic or OAuth2. You can find more info about it here: http://wiki.servicenow.com/index.php?title=REST_API#Security . Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM