SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Handling REST webservice in PHP5
-
Sep 30, 2009, 06:03 #1
- Join Date
- Sep 2009
- Posts
- 1
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Handling REST webservice in PHP5
Hi all,
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.
Please Help me regarding this.
Thanks
Gold
-
Sep 30, 2009, 13:01 #2
- Join Date
- Jun 2004
- Location
- Copenhagen, Denmark
- Posts
- 6,157
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
A "REST webservice client" is just a HTTP client. The simplest thing is to use the curl extension.
Bookmarks