Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
So would I be right in thinking I could write a module which would only need to deal with storing and encoding the API key and hand off to xmlrpc() for the request? Maybe a useful extension for feedapi?
I don't have any concrete plans for upgrading http://drupal.org/project/clients to D7. But it shouldn't take too much work to provide a patch for the XMLRPC side of things; there's very little of it that interacts with things in Drupal core that would have changed for D7.
Comments
Comment #1
gddYou can use the Drupal core xmlrpc() function as a XML-RPC client for Services.
http://api.drupal.org/api/function/xmlrpc/6
There are many examples in the Services handbook
http://drupal.org/handbook/modules/services
Comment #2
adub commentedSo would I be right in thinking I could write a module which would only need to deal with storing and encoding the API key and hand off to xmlrpc() for the request? Maybe a useful extension for feedapi?
Comment #3
gddYep that's all you would need to do. There is some sample code for doing exactly this in the handbook.
Comment #4
Elementica commentedWhat about wsclient and s-client? Anyone tested them?
I'm looking for a client with an UI integrated in the admin as sites will be managed by an operator, so I cannot use custom php without an UI...
First one stated above is in "beta": if no feedback will be provided I'll test it on my own... thank you.
Comment #5
adub commentedHave you looked at the clients project?
Comment #6
Elementica commentedAs stated I need something for latest D7... the two modules I've reported may be useful, but I don't know yet...
Comment #7
joachim commentedI don't have any concrete plans for upgrading http://drupal.org/project/clients to D7. But it shouldn't take too much work to provide a patch for the XMLRPC side of things; there's very little of it that interacts with things in Drupal core that would have changed for D7.
Comment #8
kylebrowning commented