You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this Sardine library which is ported for Android, this is brilliant in avoiding all HTTP library errors which the Java Sardine library gives. Great job with that, but in Android when we try to use the List resources = sardine.list call uses javax library calls (from simple-xml library) which are not supported in Android. I guess these calls are made to frame an xml response listing the WebDAV resources.
Is there any solution for this? I have been breaking my head on this for a while now, any solution would help me a lot at this point of time!
-Louis
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this Sardine library which is ported for Android, this is brilliant in avoiding all HTTP library errors which the Java Sardine library gives. Great job with that, but in Android when we try to use the List resources = sardine.list call uses javax library calls (from simple-xml library) which are not supported in Android. I guess these calls are made to frame an xml response listing the WebDAV resources.
Is there any solution for this? I have been breaking my head on this for a while now, any solution would help me a lot at this point of time!
-Louis
The text was updated successfully, but these errors were encountered: