simple Services parameter question
hi,
I'm newbie to Drupal and I need it specifically for feeding iPhone apps with JSON data.
I know how to access dbase data via a module using node_load and how to generate the JSON.
Now I simply want to pass a parameter in the URL, in order to get only the info that I want (ex: http://...mymodule?param=X)
I'm completely lost about how to do it. I have checked various drupal resources without getting anything clear. In most cases the info is not referering to Services.
Can someone please point out some ideas, resources, documents....
thanks in advance,
Pere
Read moreConfiguring Services for consumption by external site.
I'm looking to create an api for my site where another site can consume and display certain data from my site. Ideally I would like to limit access to only those domains that have applied for an API key. I also am think that the JSON server makes the most sense. I've tried to go through the documentation, but there are stil a number of think that are not clear.
Read moreProblems using Services and SOAP Server Modules
Hello, everyone:
Read moreHow to begin
Hi guys,
I really need help.
I recently installed the Services Module and whilst I understand it is very powerful, I could not figureout how to set up any service.
I am in the final stages of developing an Android application. It has to connect to my Drupal site to upload data which will be saved as nodes or update existing nodes.
So for this process, I need the service module up, running and responding.
I need step-by-step and simple instructions please.
Read moreUpdating profile fields via user.save
So if I create a new user via xmlrpc and the services module I can populate profile fields no problem using user.save, but for some reason I cannot update profile fields using user.save I'm actually connecting to xmlrpc from java.
I've done it in php as well.
$user_object = array(
'name' => 'test_user_from_api',
'profile_name' => 'James',
'profile_last_name' => 'Test',
'pass' => 'testuser',
'mail' => 'james@yahoo.com',
'status' => 1
);
interchange data with flex/flash
we are a drupal developer and a flex/flash developer working ad-hoc on a mutual project, where data needs to be sent back and forth between drupal and a flash application.
requirements :
<
ul>
Transform a Webform submission into a Ticket Node in another site using Services
I needed to create a Webform to act as a Frontend to receive feedback in one site, but I needed to send this submissions to another site. This is what I did, hope you find it interesting.
First, I created two sites, one is the Frontend and another the Backend. In the backend, I have a Content Type "Ticket" with a few fields mapped to the webform fields in my frontend. I also have Subscriptions and Taxonomy Access Control.
Read moreHow does Services module work with Multi-platform use?
We have two web applications in Java and one community in Drupal.
We have developed one Web App which centrally provides user interface to all three.
Web app is in Java. So it’s easily consuming web services of two java applications.
Now question about Drupal; How to integrate Drupal with Web app?
Does Drupal Services module provide following services?
-User can create content in Drupal community using Web app.
-User can share contents in Community Groups as well as email node url to friends using Web app.
-User can upload content in Drupal using Web app.
Services Questions and Opportunities
Hello,
I need a little advice and maybe some help.
Here are the requirements:
- I have a media encoding server that needs to send a video file to the Drupal server and create a node.
- I need to provide a sample request that is formatted to push file into Drupal and create a node.
This is going to be for a project released on DO that relies on the services module.
What do you think the issues will be with this?
What is the file struct that has to be provided in JSON format to fill out the field:
struct file (required)
An object representing a file
groovy xml-rpc + Services
I'm trying to do some node creation via groovy. Via the XML-RPC groovy module and the Drupal Services module, my groovy code looks like, and results in, this:
groovy:000> def server = new XMLRPCServerProxy("http://localhost/drupal/?q=services/xmlrpc")
ERROR groovy.net.xmlrpc.XMLRPCCallFailureException:
XML-RPC call Failure: fault string = "Empty response from server", fault code = 0
at java_lang_Runnable$run.call (Unknown Source)
'tis a little frustrating not being able to get past the first line of code, but haven't gotten much help from the intertubes.
Read more
