Is there any sample for using the RESTFUL API?
hi, all
Can I get the result from Spring Roo project via restful api? My client side is php based...
For example, the rest url is:
http://localhost:8080/WebSystem/userinfos
how can I get the userinfo(name, password, email) list in php client? Also, how can I get the userinfo list in java rest client?
New to REST and any help is highly appreciated!!
Spring RESTful service example
Check out http://soaprobe.blogspot.co.uk/2012/...ple-guide.html
Robert
Quote:
Originally Posted by
xeoshow
hi, all
Can I get the result from Spring Roo project via restful api? My client side is php based...
For example, the rest url is:
http://localhost:8080/WebSystem/userinfos
how can I get the userinfo(name, password, email) list in php client? Also, how can I get the userinfo list in java rest client?
New to REST and any help is highly appreciated!!