Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to call SOAP service which returns XML.

With Castor i java it is very easy and i have successfully implemented this using castor-1.0.5-xml.jar.

but facing problem doing same in android.

How can i use Java Castor(use to convert xml to java Bean & vice versa in SOAP SERVICES) with android to do the task ??

Please provide any example or API reference so i can do my work.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.