cancel
Showing results for 
Search instead for 
Did you mean: 

Android web service client

lenguyenthanh
Champ in-the-making
Champ in-the-making
hi all!
I want to develop an android application that connect to an alfresco server.
But alfresco library client for web services is not suitable with android.
So I can use this library for my app. Is there any alfresco web services
client suitable with android ?
Can you help me to solve this problem.
Thanks in advance!
Thanh!
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
I found this.
http://stackoverflow.com/questions/297586/how-to-call-web-service-with-android

Looks like you should use Alfresco's WebScript interfaces instead.

An alternative approach would be to port Chemistry/OpenCmis to Android…   I'm sure it has to happen at some time.

lenguyenthanh
Champ in-the-making
Champ in-the-making
I found this.
http://stackoverflow.com/questions/297586/how-to-call-web-service-with-android

Looks like you should use Alfresco's WebScript interfaces instead.

An alternative approach would be to port Chemistry/OpenCmis to Android…   I'm sure it has to happen at some time.

Thanks to your reply!
I know that alfresco web service client library has some unsupported java api in android.
So i cannot use this library in my android application.
As you mean, i have use Alfresco's WebScript interfaces such as json ?
Could you give me an example about Alfresco json client ?
Thanks!

mrogers
Star Contributor
Star Contributor