I'd like to generate a client stub from a WSDL url, and I've done it in Eclipse for a Java project, but I can't seem to do it for my Android project. Is there any way to do that, or do I have to use SOAP somehow?
Asked
Active
Viewed 62 times
1
-
It seems to require a different approach for Android development, like I said, I have done it, just not for Android. – Rickard Mar 20 '13 at 10:40
-
http://stackoverflow.com/questions/14563306/using-web-services-in-android/14563386#14563386 – Nirmal Mar 20 '13 at 10:49
-
This seems really cumbersome compared to the usual RMI used in web services, is there no similar way? – Rickard Mar 20 '13 at 12:18