I have some back end web services, SOAP web services.
I would like to create an android client to use these. I'm under the impression that SOAP style web services are non trivial to setup on android, and I would prefer to use REST if possible
Is there any utility that can convert REST calls to SOAP and back again? Or will I need to create my own application that listens for REST calls, makes the appropriate SOAP calls, then sends the response back as REST?