I have tried to create Restful Web service using java and netbeans. I have run 'Test RESTful web service' and everything are ok. But i want to access, the webservice that i have made, using php or codeigniter, how to retrieve content or put content. I have problem with this. I have try like this in my controler.
file_get_contents('http://localhost:8080/akunKu/resources/db.akun.akkelompokakun');
yes it show content, but where i should put parameter. Thanks.