Would be sweet to be able to use this module from Flash :)

Comments

hadsie’s picture

Can you explain how you see this one being used from flash? Drupal already has xmlrpc, how would this work differently with flash?

giorgio79’s picture

Yes 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 :)

hadsie’s picture

I'm not a flash developer, but if you want to submit tested xmlrpc calls I'd be happy to include them in the code.

giorgio79’s picture

StatusFileSize
new405 bytes

Hello 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

giorgio79’s picture

Status: Active » Needs review
StatusFileSize
new1.1 KB

Hoops it did not allow posting a module file. Here is the zipped version

We placed this in the dcl_importer/modules directory

marcingy’s picture

Status: Needs review » Closed (won't fix)

This 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.

marcingy’s picture

Status: Closed (won't fix) » Needs review

reoponed as I failed to read which project this was with now ;)

hadsie’s picture

Thanks @giorgio79, I should have time to look into this in the next week or so.

hadsie’s picture

Just committed this to CVS, should be a new release with that up tonight or tomorrow. Thanks giorgio79!

giorgio79’s picture

Appreciated Scott :)

hadsie’s picture

There 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

hadsie’s picture

@giorgio79 - have you had a chance to try this code out yet?

giorgio79’s picture

Hey Scott,

It works fine for us with the latest dev, much appreciated. :)

Cheers,
G

hadsie’s picture

Status: Needs review » Fixed

awesome, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.