Go to the archives and search for multipart 
http://archives.java.sun.com/archives/servlet-interest.html
this will give you an idea for uploading.

URLConnection in JavaDoc under java.net might help for programmatically sending the 
XMLDOC's (URL) as a querystring.

Bill

-----Original Message-----
From: Paranj, Bali [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 26, 2001 1:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Receiving XML docs


Hi Bill,

Is it possible to programmatically upload the file to the Servlet ? Https
will be used to send the XML document to the servlet, in this case is it
still feasible to either upload or send the URL and have the Servlet pull it
?

Thanks,
Bala

-----Original Message-----
From: Lindsay, William (USPC.PCT.Hopewell)
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 26, 2001 1:26 PM
To: [EMAIL PROTECTED]
Subject: Re: Receiving XML docs


I guess FileUploading is a way to push an XML doc to a Servlet, or if
accessible over HTTP send the URL for the doc and let the Servlet Pull it.

Bill



-----Original Message-----
From: Paranj, Bali [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 26, 2001 1:11 PM
To: [EMAIL PROTECTED]
Subject: Receiving XML docs


Hello,

Is it possible for a Servlet to receive an XML document ? If yes can you
please give some pointers ?

Thanks,
Bala

___________________________________________________________________________
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

___________________________________________________________________________
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

___________________________________________________________________________
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

___________________________________________________________________________
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