Reputation: 11
Is there any way to convert wsdl to java and same can be used in Android?
Thanks in advance.
-- Ramu
Upvotes: 1
Views: 522
Reputation: 7327
You could take a look at ksoap2. This will allow you to generate the necessary stubs from your wsdl file for the android platform.
Upvotes: 1