I am trying to upload data from my Android app to my Drupal website. I know how to develop PHP code that will parse GET/POST data and save it to a database.
But, when it come to Drupal and CCK fields it is abit more challenging. From my research, the Services module is built for this sort of thing.
Can anyone enlighten me in how to setup a node.save service and how the data should be represented in the URL so that my Android data will be created as or update existing nodes?