}
总之,是(@PathParam("contact") String contact) 还是(@QueryParam("id") String id) 还是@(FormParam("id") String id)跟参数的传递方式有关 是url还是form表单提交;
而这里@GET @POST是指 把查询的结果发送的方式。
三:flex 的httpserviece :
首先声明httpservice 进行声明flex 通过htmlservices链接moss的rest(rest 的get post方式)
原文地址:http://blog.csdn.net/u010700335/article/details/40382393