duanhuang2150 2011-01-26 17:41
浏览 75
已采纳

如何使用PHP访问Jax-RS中的REST服务

I Developed a REST Service in Jax-RS, and I have some functions that use the POST method, like:

  1. Auth_User()
  2. Get_List()
  3. Insert_Data(id,name,data)

I need to access these functions using PHP cURL. What I basically need is to work the functions from the PHP files, so that my REST Service can work like Facebook App development.

how can I do this using cURL?

  • 写回答

2条回答 默认 最新

  • dse3168 2011-01-26 17:50
    关注

    You can use the CURL library with it's wide range of options to perform GET/POST/HEAD etc. requests that you would need to communicate with your REST server.

    As for parsing data, you would have to take a look at either json_decode() if you get json objects back, or e.g. SimpleXml if you need to parse it as XML.

    See this site here for a decent example of querying the yahoo REST api in php/curl:

    http://developer.yahoo.com/php/tutorials/water_bug_tutorial-making_rest_request.html

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化