I'm new to Drupal so forgive me if this is a noob question. I've set up Drupal 6 and the Services module and the REST Server and the Zend Framework. When I make a REST call, eg. http://mysite/services/rest?method=node.get&nid=1 I get a blank screen. However, if I change the method to node.delete, I get an xml succeess response. And I get an xml error message if I pass an unknown method name.
So if anyone has ideas as to why I can't see the response for a method=node.get, I'd really appreciate it because I'm starting to tear my hair out. I thought maybe I had messed up my installation, so I created a new installation on a new machine but get the same behavior.
I should also note that this is on Windows.
Any help is much appreciatied. Thanks.
Comments
I am having the same issue
I am having the same issue here, and I have traced it to when the rest_server module creates a new Zend_Rest_Server instance and tries to pass it the method name it needs to call. Problem is that the method passed is not included and therefore cannot be called, forcing the zend framework to throw an exception.
Rest Server no longer
Rest Server no longer requires using Zend framework - try with the latest dev version.