Re: Problems extracting a POST request's entity

2008-03-03 Thread Sergio Saugar
Hi, Thanks Mitch and Bruno for your answers. Bruno, I was using Restlet 1.1M1 and the problem was the same that yours. The resolution of the POST method took a long time and the returned entity's value was null (either using getText() or using streams). I returned to Restlet 1.07 and no

Re: Problems extracting a POST request's entity

2008-03-01 Thread Bruno Harbulot
Hi, I've had a similar problem. Yesterday, just before 1.1M2 was released, I upgraded my application from Restlet 1.0.6 to 1.1M1. The POST requests stopped working. I wrote a few tests to try to find where the problem was. Using either the Apache HttpClient lib directly or Restlet, the client

RE: Problems extracting a POST request's entity

2008-02-29 Thread Mitch Stewart
rgio Saugar [mailto:[EMAIL PROTECTED] > Sent: Friday, February 29, 2008 2:30 PM > To: discuss@restlet.tigris.org > Subject: Problems extracting a POST request's entity > > Hi all, > > I'm developing a web-based middleware (the software of my > PhD) and I'

Problems extracting a POST request's entity

2008-02-29 Thread Sergio Saugar
Hi all, I'm developing a web-based middleware (the software of my PhD) and I'm trying to use RESTLET. I create a server (and a client) and some restlets to implement the execution dynamics of my software. I'm using XML for the representation of the resources (using JAXB). Well, I tried to