Hello,

I'm working on a project where we send XML data to servlets.  The data can
be sent by a process that either opens a connection to the servlet and sends
it directly (via a POST method), or as an uploaded file via a form on a web
page.  Now, what we need to do is if the XML data is sent via direct
connection and POST we send the data back as a "text/xml" content type.  If
the data is 'uploaded' via a form we send the response back as a file and
set the

--
David Orriss Jr.

Please email me if you want my ICQ/AIM/IM ID's.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to