I am trying to upload data from my Android application to my Drupal site. I know how to develop PHP code that will parse GET / POST data and store it in a database.
But, when it comes to the Drupal and CCK fields, it gets more complicated. From my research, the Services module is designed for this kind of thing.
Can someone tell me how to configure node.save services and how the data should be represented in the url so that my Android data is created or existing nodes are updated?
source
share