Post using Query String

From: Bo Conroy (bconroy_at_ritchiecapital.com)
Date: 03/16/04

  • Next message: Bernd Oninger: "Does DocumentBuilder only validate XML docs against DTD's or against XSD's as well ?"
    Date: 16 Mar 2004 12:01:26 -0800
    
    

    I want to open up a web page from a java application in a new process
    using the Runtime.exec method. The problem is that the web page I
    want to open needs parameters passed to it via the POST method. Is
    there any way to use the query string to pass parameters and tell the
    server that a post is being done simply through a URL?

    My second question is the fallback if this cannot be done. I have not
    found yet how to open a URLConnection in a client application and do
    an HTTP Post to a URL. Any suggestions on where to look for that?

    Thanks,

    Bo


  • Next message: Bernd Oninger: "Does DocumentBuilder only validate XML docs against DTD's or against XSD's as well ?"