Devshan
Devshan

Reputation: 361

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)?

Upvotes: 5

Views: 3326

Answers (2)

Mikula
Mikula

Reputation: 1

JShare - JShare is Java and Android API for Microsoft SharePoint 2013 and Office 365 / SharePoint Online.

Upvotes: 0

Madhur Ahuja
Madhur Ahuja

Reputation: 22709

Have a look at this library :

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

Upvotes: 1

Related Questions