everyone. I'm a newbie in Drupal Services API. I figured out how to create an XMLRPC request and as far as I understood the data is posted using the HTTP POST request.
Now, how do I handle it? Do I have to add some kind of a listener in drupal that will handle such requests?
If there is a decent tutorial available, can you please post me the link?
My task is to create a node using the data received via XMLRPC.
Thanks in advance.