Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Library to Consume/Manipulate Sharepoint 2013 Rest OData XML Result

I have an android App that Consumes the SharePoint 2013 Rest Web Service and Query using OData.I need to display the data from SharePoint in this android app.

I try to display a SharePoint List Data.For example i need to get the data from a specific column in the List.The Results I get a complex XML.

Is there any good Java libraries to manipulate this complex XML result to a Simple Form (such Row/Column Tables or Entities) ?

OR

Is there any Java Libraries to display the SharePoint REST response in a better way(than complex xml)?

like image 773
Devshan Avatar asked Nov 10 '22 04:11

Devshan


1 Answers

Have a look at this library :

https://code.google.com/p/java-sharepoint-library/

like image 59
Madhur Ahuja Avatar answered Nov 15 '22 06:11

Madhur Ahuja