I have php webservices available on web server, I am trying to develop an Android project which will consume responses of those.
Jersey (JAX-RS) provides a client library to communicate with RESTful webservices, which can be used in my android app (client).
So I have some questions:
- Does Jersey (JAX-RS) works with php webservices on server, or it needs Jersey web-services on server
- If yes, Is it good idea to do it with Jersey
- What are the other options which I have, to consume my php web services in android app