I have to integrate oscommner [php application] with another java application. In this case php application needs to receive some data from java application through REST webservice and it should give some data to java application.
How can we handle rest webservice in PHP 5? is it possible to create REST webservice client in php application.
Bookmarks