I want to use Sharepoint webservice in android.i don't know how to start. Anyone help me..
Asked
Active
Viewed 740 times
3
-
you might get a better answer if your question was more specific. what sharepoint webservice operation do want to use? What are you trying to accomplish? – nont Nov 03 '10 at 20:35
-
i want to create some wat like a dash board.. here i want to access a sharepoint webservice which contains NTLM authentication from our android application.. i cant able to over come tat NTLM problem.. is there any solutions ?????? – Krishnan.S Nov 09 '10 at 06:38
1 Answers
0
In general, you'll want to open an HttpURLConnection, set it up for a POST or GET to the appropriate URL, and then send the request and read the response.
or you could use DefaultHttpClient.