Hi Jaime, Could you send us the differences you observed in term of HTTP headers between Restlet and .NET?
You can also try with a recent Restlet 2.0 snapshot as we are upgrading our Data Services extension (now called org.restlet.ext.odata) to cover the latest enhancements in the specification. That might help as well, at least for testing fixes we'll provide if necessary. Best regards, Jerome Louvel -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com -----Message d'origine----- De : Jaime sanchez [mailto:[email protected]] Envoyé : lundi 8 février 2010 16:44 À : [email protected] Objet : not able to update an item on wcf .net dataservice using restlet I am not able to update an item on a web service using eclipse and restlet: on the .net project i change the settings to allow all the access to the DB config.SetEntitySetAccessRule("*", EntitySetRights.All); With that i am able to add and delete entities but i have problems on delete i guess that is a problem with the requests from Restlet because the service returns Error 400 (Bad Request). this doesn't happen if i use a .net application on ajax. we have seen some diferences on the http header and the structure of the XML itself. do you know it this is a bug, and if that is the case i can help you with information about the issue i am getting and the source code of the application i am creating. on this post <a href="http://www.javamexico.org/blogs/jaimesanchez/como_crear_aplicaciones_e n_java_que_puedan_conectarse_con_net">http://www.javamexico.org/blogs/jaimes anchez/como_crear_aplicaciones_en_java_que_puedan_conectarse_con_net</a> i created the sample but is not complete because i am not able to modify or even do operations like .top(2) Regards ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=24459 12 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2452485

