about to release DrupalProxy an as3/drupal proxy, what to do?
Hey all,
I am about to release on our blog our DrupalProxy flash/flex as3 class under the MIT license provided by our company's open source package that enables you to talk with your drupal backend via the amf services via a flash or flex client.
It is the replacement of our highly successful DrupalService implementation (which you can read about here: http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-an...)
Read moreHelp us potential contributors to help you maintainers
I have made attempts to patch Services 6.x-2.2:
http://drupal.org/node/806856 (cant see what's wrong here)
http://drupal.org/node/807638 (can see why this is receiving resistance)
http://drupal.org/node/806918 (uhm...)
I have also forked and downloaded 6.x-3.x via git and the GitHub (struggling a bit with those two - but I'll get there).
Had a look at the relevant handbook http://drupal.org/node/736522 and issue queue http://drupal.org/project/issues/services?text=&status=Open&priorities=A...
Services + AMFPHP second node returns false
I have installed services + AMFPHP and views to use drupal content in my Flash website.
Everything works perfectly. The view gets the right nodes and AMFPHP sends the object to flash.
However, my 'news' view returns the two news nodes I created perfectly in Drupal (services -> views.get as well as the live preview on the views page).
In Flash, I only get the first node, and the second node returns only 'false'.
What could be the problem??
iPhone XML-RPC Services "Missing Required Arguments"
I'm writing an iPhone app that accesses my Drupal 6 Services remotely.
I'm using the Cocoa XML-RPC Framework and no matter how I send the arguments to my Drupal site, it returns with "Missing Required Arguments" Fault Error.
I'm using sessions and not keys, and the system.connect method works perfectly and gives me a session Id. But when I try and run any other method that uses arguments it faults...
Read moreServices + JSON + Advanced Profile Kit
Im wondering if their is a way to get the advance profile kit profile data via services, I know user.get can get information about the user from the main core Drupal profile but any way to change or fix this to get to load all the data from APK profile based upon user login, email etc?
thoughts?
Read moreViews support for mongodb
Just wanted to brainstorm regarding a table wizard/mongodb possible integration
We've entered the mobile scene pretty strong and we're thinking of having something lighter then drupal services on the server side (Drupal performs a full drupal bootstrap for each service call).
This might be ok in a low traffic application but could never suite a mmorpg or a facebook application.
My idea is to use node.js as the server and mongodb as the storage and then export the mongodb data to drupal.
API change in service definitions for Services 2.1 onward
As the result of a security issue in Services 2.0, a change was made to the way default access callbacks are handled in Services from 2.1 onwards. This can affect your module if you did not specify an '#access callback' key in your service definition. A summary of the change and the ways to address it can be found at
My apologies for the inconvenience, these things happen sometimes. If you have any questions feel free to contact me or join #drupal-services and ask.
Read morenode.save error "Parameter count mismatch" while trying to save with taxonomy
hi,
i am building an app with c# wpf .net v 3.5
i am using the node.save xmlrpc service to save a new node
it works fine untill i try to include taxonomy values with the input parameters
i get this error "Parameter count mismatch" when i try to use the node.save function with taxonomy
can anyone point out what is wrong!!
Read moreServices events at Drupalcon
Drupalcon is in a couple of weeks, and here are the Services-related events that will be happening
Sunday April 18, all day: Code Sprint
I will be holding a code sprint in the Coder Lounge at the Moscone Center all day on Sunday. The focus will be on the Drupal 7 port of Services, hopefully with discussion of the best way to integrate SimpleTest. I would also love to see some the handbook cleanup work continue.
Monday April 19, 5:30 - 6:30: Drupal as a web services platform using the Services module
Read moreerror while using "taxonomy.selectNodes" function
Hi ,
i am developing an app using c# .
This app displays the list of all nodes using the taxonomy.selectNodes method.
I am having problem displaying the list of all nodes for any taxonomy
it gives the following error:
==================================================================
response contains string value where array expected [response]
OK
==================================================================
the data structure is mapped as follows:
Read more


