1

I am using wsdl2code web tool for generating Java code for given wsdl. But , generated code has the different definition of the method from web-service. Method in wsdl contains the return type boolen but in wsdl2code generated code contains the same method with void return type.

I tried to create the client using axis2 plugin but that code is not working for android , many APIs are not resolved like rmi ..

What is the best way to generate java code from wsdl in android.

I have already spent lot of time and didn’t get any good solution so far.

1 Answer 1

2

If you are using ksoap2, you can generate java classes via online web tool EasyWSDL.

Sign up to request clarification or add additional context in comments.

3 Comments

yes I tried easywsdl too but, that I am getting "method is available only fro premium user"
Really? I've done with easywsdl to generate java classes from wsdl about 3 months ago, it was free. Just login via Google/Facebook or sighup then generate.
yes but unfortunately its not free for one of that method

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.