Hi David,

> 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

Implement the RequestEntity interface:
http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/methods/RequestEntity.html

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to