WSDL to java Conversion for android
Is there any way to convert wsdl to java and same can be used in An开发者_运维百科droid?
Thanks in advance.
-- Ramu
You could take a look at ksoap2. This will allow you to generate the necessary stubs from your wsdl file for the android platform.
精彩评论