services

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
lhridley's picture

Forking services.connect -- how to get rid of sessions ID requirement

I'm new to Drupal, but an experienced PHP programmer. Please forgive the newbie question.

I'm in the process of developing a web service to be accessed via mobile devices (iPhone / Android). I'm not using API key authentication, but am using sessions.

Read more
feuillet's picture

Best Practice For Creating Secure, Performing, Multilanguage (read only) XML API To a Drupal Site?

rolf vreijdenberger's picture

amfserver, a new module that integrates actionscript clients (flash, flex, air) with D7 services

Hi all,

we're in the process of releasing the amfserver, a new Drupal 7 services module that integrates with actionscript based clients.
This means it's usable for flex, flash and air applications.
It's amf handling capabilities rely on the zend amf engine from the zend framework.

At the moment of writing it is complete, tested and features all you can wish for:

Read more
dereckd's picture

Configuring 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 more
BOGUƎ's picture

ZendAMF's new playground

ZendAMF, a new server component to the Services module opening the Drupal doors to the Flash world, is moving into its new sandbox.

Read more
j. ayen green's picture

Confusion with URI needed for a new service module

I created a module that uses hook_service to define a service, name=service.stuff, which does then appear in the service list in the services settings pane.

I'm confused about how to invoke it for testing on a closed system (i.e no incoming traffic). I tried hitting it with the uri services/service.stuff and also services/module_name/service.stuff, both of which gave me Page not found.

Read more
vizint's picture

Flash Front End for Quiz Module

I'm updating a Flash based front end so that it will work with the Quiz module (6.x - 4.0) that works with the Quiz, Services, AMFPHP, and custom modules.

I'm struggling with some of the queries within my custom module that pull the questions and answers from the Quiz tables. I'm trying to make sure I've got the latest VID for each Question and Answer.

Here is the query:

SELECT quiz_node_relationship.parent_nid,
quiz_multichoice_answers.answer,
quiz_multichoice_answers.question_nid,
MAX(quiz_multichoice_answers.question_vid) AS MAX_question_vid,

Read more
BOGUƎ's picture

ZendAMF 0.4 released

This is the second release related to a Services module ZendAMF server extension (Drupal 7, Services v3.0). First time around was pretty much a proof of concept; bunch of changes were made that will hopefully make it a more serious proposal.

Read more
Barnettech's picture

Updating 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
);

Read more
GigabyteJack's picture

Using JQuery/HTML to save a file via REST server

Hi Everyone,

Thanks to the help of this group I have been able to get all the retrieval and listing functions working - and now I hope to do the reverse.

I read here that the REST server can accept a file posted to it (http://groups.drupal.org/node/90819#comment-285609), however I am struggling to understand how to make this work using JQuery. I've found the fileRecieve function in the RESTServer.inc but cannot determine how to post a file there or what variables I should send with it.

Read more
Subscribe with RSS Syndicate content