I am using Drupal to create a web service for my android application. I have basic understanding of Drupal like enabling modules , themes , configuring them ; But this "Services" module is the one which I can not get in head. I downloaded services 6.2 and enabled services module and node services module
Now when I navigate to site building -> services -> node.get I get a form in which I can enter the node id and fields and this is working fine.
But I don't know how to get the response from android. I have not yet enabled xmlRPC server. I have enabled the anonymous user to visit the services page so that I don't need to get authentication or session id.
Basically I just want to see the response in my log cat in eclipse sdk for just node 1 and I will be set to go from that point.