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.