Hi, I have implemented a test with a servlet sending objects and my client getting it by means of serialization (ObjectOutputStream) and works ok
now I want to implement the opposite .... the client making the request but send Object as a parameter... PostMethod methodP = new PostMethod( url ); // here how do I put my object so I can readit in the servlet by ObjectInputStream any ideas,,,,??? thanks a lot -- David Castañeda R.
