I am using RestKit for connecting to our WCF Data Services.
I am having issues with adding an entity using RKObjectManager's postObject function due to response mapping issues.
When an entity is added, WCF Data Services returns a 201 status code and the newly added entity(as response).
Is it possible to ignore the response and just use the status code returned to check if the add succeeded?
Ponnu