MolineSoftware.DrupalXmlRpc.NET - Version 2.0 (Released)
Hi Everyone,
After some major code changes and added items, Version 2.0 is ready for download. To read more about it and examples, please visit: MolineSoftware.com</a href>. This node will have a zip of the two binaries needed and a quick example.
With only a few lines of code, you can get a c# solution up and running and talking to Drupal.
You can download the source code at: http://sourceforge.net/projects/drupalxmlrpc/</a href>
Read moreXML-RPC, CCK & Services
A job board wants to integrate their job board with our job board, so that posts made to their site are made to ours. We are providing job posts using CCK, and they want to be able to submit & delete posts to our board.
I am wondering what the best strategy for doing this would be? Would it be to extend the node service, or to write a complete new service from the start? The other site is based on Ruby on Rails, so I want to make the API spec as simple as possible (hiding all of this node struct nonsense), to give a request something like this:
Read more