Closed (fixed)
Project:
Drupal Contact List Importer
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2009 at 03:14 UTC
Updated:
4 Sep 2009 at 18:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
hadsie commentedCan you explain how you see this one being used from flash? Drupal already has xmlrpc, how would this work differently with flash?
Comment #2
giorgio79 commentedYes exactly, the Services module has amfphp integration which makes it a piece of cake to communicate with Drupal throgh Flash.
Basically, we can already call services like user.login from Flash.
If we would have a user.get.contactlist for example in the services module, we could use it easily and securely from Flash as well, first authenticating the user etc.
It works the same way, but a service needs to be created for each call :)
Comment #3
hadsie commentedI'm not a flash developer, but if you want to submit tested xmlrpc calls I'd be happy to include them in the code.
Comment #4
giorgio79 commentedHello Scott,
It is ready, I am just finding it out where to post it, here or at the Services module :)
http://drupal.org/node/530504
Comment #5
giorgio79 commentedHoops it did not allow posting a module file. Here is the zipped version
We placed this in the dcl_importer/modules directory
Comment #6
marcingy commentedThis isn't part of drupal core so we won't add it to services - it either needs its own project or needs to be part of the dcl project.
Comment #7
marcingy commentedreoponed as I failed to read which project this was with now ;)
Comment #8
hadsie commentedThanks @giorgio79, I should have time to look into this in the next week or so.
Comment #9
hadsie commentedJust committed this to CVS, should be a new release with that up tonight or tomorrow. Thanks giorgio79!
Comment #10
giorgio79 commentedAppreciated Scott :)
Comment #11
hadsie commentedThere should be a dev version with on d.o now with the services module included. Let me know if it works for you.
Cheers,
Scott
Comment #12
hadsie commented@giorgio79 - have you had a chance to try this code out yet?
Comment #13
giorgio79 commentedHey Scott,
It works fine for us with the latest dev, much appreciated. :)
Cheers,
G
Comment #14
hadsie commentedawesome, thanks.