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_en_java_que_puedan_conectarse_con_net">http://www.javamexico.org/blogs/jaimesanchez/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=2445912