You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by zze-messager FTM balr002 <me...@rd.francetelecom.com> on 2001/08/01 16:05:18 UTC

How to send a XML Document with a request "POST" ?

How to send a XML Document with a request "POST" ?


Delphine

Re: How to send a XML Document with a request "POST" ?

Posted by German Alvarado <ge...@mapasydatos.com>.
Read this

http://forums.java.sun.com/thread.jsp?forum=45&thread=79142

Good luck,

German

----- Original Message ----- 
From: "zze-messager FTM balr002" <me...@rd.francetelecom.com>
To: <to...@jakarta.apache.org>
Sent: Wednesday, August 01, 2001 9:05 AM
Subject: How to send a XML Document with a request "POST" ?


> How to send a XML Document with a request "POST" ?
> 
> 
> Delphine
> 


Re: How to send a XML Document with a request "POST" ?

Posted by "Nils O. Selåsdal" <no...@frisurf.no>.
On Wednesday 01 August 2001 03:05 pm, zze-messager FTM balr002 wrote:
> How to send a XML Document with a request "POST" ?
If you use Xerces, you can use the org.apache.xml.serialize.Serializer class
and simply serialize it to the outputstream you get.
(e.g. request.getOutputStream() in a servlet)
-- 
Nils O. Selåsdal