Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module is obsolete and has not been touched in 10 years. It is advised that you take advantage of modern CSS/JS to achieve the same effect in Drupal 9+ moving forward.
This module dumps all the menu links in a menu to a single XML file with the hierarchy structure preserved. The functionality can be accessed through a new tab on the menu administration page.
This module provides a Feeds Fetcher plugin that consumes web services, and a mapper+processor that helps translate the responses into Feeds-compatible Drupal data.
It extends the Feeds project and integrates the Web Services Client tool to fetch the source data.
Quickstart
* Set up a web service connector to something that sends you information, eg a SOAP lookup
* Create a feed importer that uses a web service operation as a 'Fetcher'
* Map the values returned to your target content type. The available source fields should be auto-detected from the Web Service schema.