This is a sample application that demonstrates
how to use the Jakarta HttpClient API.
This application sends an XML document
to a remote web server using HTTP POST
author: Sean C. Sullivan author: Ortwin Glueck author: Oleg Kalnichevski
Usage:
java PostXML http://mywebserver:80/ c:\foo.xml
Parameters: args - command line argumentsArgument 0 is a URL to a web serverArgument 1 is a local filename