开发者

Client Program for RestFul WebService?

开发者 https://www.devze.com 2023-02-02 02:34 出处:网络
HI, i Have developed a restful webservice sample application, i want to create a client for the webservice, can anyone tell me how to do this? i was used 开发者_JAVA技巧Rest WebService explorer, but i

HI, i Have developed a restful webservice sample application, i want to create a client for the webservice, can anyone tell me how to do this? i was used 开发者_JAVA技巧Rest WebService explorer, but i want to know how to create a client and call the methods ? Please help ?


Since REST is talking HTTP and is language-agnostic, you can use most any language/tooling available. Of course the simplest test bed available to you is the browser itself.


Have a look at these tools:

  • http://code.google.com/p/rest-client/
  • https://github.com/cloudhead/http-console
  • https://tcpmon.dev.java.net/ (proxying is helpful for debugging)


You can also use Resty, which should make accessing your webservices very easy.

https://github.com/beders/Resty

(see Readme for examples)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号