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

marcingy’s picture

Category: bug » support
ygerasimov’s picture

Category: support » bug
Priority: Normal » Minor

This 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.

ygerasimov’s picture

Status: Active » Closed (won't fix)

I have removed models. So we are no more able to provide RSS format. Please use views for that.