首页 新闻 赞助 找找看

php 调用wcf rest

0
悬赏园豆:10 [待解决问题]
  [OperationContract]
        [WebInvoke(UriTemplate = "Product/Save?ver={ver}&client={client}&token={token}", BodyStyle = WebMessageBodyStyle.Bare, Method = "POST", ResponseFormat = WebMessageFormat.Json, RequestFormat = WebMessageFormat.Json)]
        string SaveProduct(string ver, string client, string token, ProductInfo pinfo);

 

对于ProductInfo类,客户端再调用时,传的是 json.

 

这个php如何调用的呢?

roboth的主页 roboth | 初学一级 | 园豆:28
提问于:2012-08-28 11:40
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册