I have select RSS as one of the response format. but when i visit the endpoint url (eg. http://my.url/svcs/node/2222.rss) with .rss it says "not acceptable"
so what have i missed out in doing?
I have select RSS as one of the response format. but when i visit the endpoint url (eg. http://my.url/svcs/node/2222.rss) with .rss it says "not acceptable"
so what have i missed out in doing?
Comments
Comment #1
marcingy commentedComment #2
ygerasimov commentedThis is a bug of Services actually. The thing is that node resource does not support model of RSS. IMO models should be removed from Services module but this is a topic of a different discussion.
@dfcn84 if you need RSS representation of nodes please use Views module with RSS display type (I would try http://drupal.org/project/views_rss).
I am downgrading priority of this ticket.
Comment #3
ygerasimov commentedI have removed models. So we are no more able to provide RSS format. Please use views for that.