简体   繁体   English

我如何使用Ajax向php xml_rpc服务器发送请求

[英]How can i send a request to php xml_rpc server using ajax

I need to send xml_rpc request to my xml_rpc php server from phonegap app. 我需要从phonegap应用程序将xml_rpc请求发送到我的xml_rpc php服务器。 Want to send request to server using ajax. 想要使用ajax将请求发送到服务器。 Request must include, method, parameters and all. 请求必须包括方法,参数和所有内容。

Solved ! 解决了 ! Use Rest Controller, find the tutorial below 使用Rest Controller,找到下面的教程

http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/ http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM