Don't send HTML email to this list please. ;-)
> I want a servlet to invoke a post method on another server and return the
> result in a frame. The best solution I can think of so far is to invoke
> the post method myself, direct the response to a file on my server then
> pass the URL to that file. Can anyone come up with something a little more
This is a question for the [EMAIL PROTECTED] mailing list and is
not an Apache JServ related question.
But, the answer to your question is to simply open a stream to the other
server from within your servlet, send the POST data and read the results and
then do whatever you want with them and return the information to the user.
I'm not sure why you think that you need to open a file on disk to do this.
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]