[jdom-interest] Sending my XML to other server

philip.nelson at omniresources.com philip.nelson at omniresources.com
Mon May 7 05:35:40 PDT 2001


> How can I send my XML to an URL by Http Post protocol?
> I want to send the file without any request from the other URL or
> CGI/servlet/JSP.
> Just create the XML locally and then send it.

Which part are you unsure about?  To send (anything) via POST or GET  you
can use the URLConnection class. Of course whatever url you post to must be
able to receive the request.  

You should probably be looking in a more web specific newsgroup than this
list for help though.  



More information about the jdom-interest mailing list