Hi everybody,
i have a problem with Android client. I have created Client-Server
communication between Server and Android with Restlet. And the problem is that
the ObjectRepresentation isn't workt on the Android side.
ClientResource cl = new ClientResource("http://10.0.2.2:8182");
myServerResourceInterfcae resInterface =
cl.wrap(myServerResourceInterfcae.class);
ObjectRepresentation repObject = new ObjectRepresentation(cl.get());
can anybody help me ?
thanks
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2712373