android - 在 drupal 中创建 Web 服务

标签 android web-services drupal drupal-7 drupal-modules

我们可以在 Drupal 中创建网络服务吗?我们的 web 开发团队正在 Drupal 中创建一个网站,他们想为此构建一个 android 应用程序,为此我需要使用 web 服务来访问数据库。

最佳答案

看看 services module

A standardized solution of integrating external applications with Drupal. Service callbacks may be used with multiple interfaces like REST, XMLRPC, JSON, JSON-RPC, SOAP, AMF, etc. This allows a Drupal site to provide web services via multiple interfaces while using the same callback code.

它的构建就是出于这个原因。 Drupalize.me android 应用程序 构建在 services module 上,对于许多 Android 应用程序也是如此。

希望这对...穆罕默德有帮助。

关于android - 在 drupal 中创建 Web 服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13176541/

相关文章:

java - TextureView.getBitmap() 函数是否有任何快速替代方案?

c# - 第一次调用 .net web 服务很慢

c# - 在 .NET 中获取州和省

php - FPDF错误: Some data has already been output,无法发送PDF

ruby-on-rails - 哪种编程语言最适合我的需求?

Drupal 模块 - 是吗?

Android Bottom Sheet Modal(对话框)没有完全打开

android - Gradle maven 发布插件配置引用了动态创建的 gradle 任务

android - 以编程方式在 TableRow 中设置 TextView 引力

c# - 消费/包装大型网络服务的架构技巧