I build following a friend's guidance a webservice
using php
(actually it's a web application that returns all requests made via post a string in json
format).
First what I would like to know is if this what I did is actually a webservice
?
Second, what I wanted to do now was to consume this webservice
using an application made with java
, more precisely android
.
I have no idea what to do to consume this webservice
.
So I would expect you to explain to me what I need to do and to point out some tutorials on the internet or even provide a code for me to base.
Thank you for your cooperation!