umesh
umesh

Reputation: 11

WSDL to java Conversion for android

Is there any way to convert wsdl to java and same can be used in Android?

Thanks in advance.

-- Ramu

Upvotes: 1

Views: 522

Answers (1)

Joeblackdev
Joeblackdev

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

Related Questions