Forum Moderators: open

Message Too Old, No Replies

issuing a http request to a server and sending the result to a browser

         

jevylux

3:41 pm on Feb 4, 2003 (gmt 0)



Hi everybody, I am new here and did not found yet what I am looking for.
I want to acchieve the following.
Accept am hhtp connection to an asp page an my server. This asp page should send an http request to a second server ( behind a firwal, on which an java application runs. This second server should create an html streaam, which the first server should send to the user.
Actually, this will produce a list with links to pdf files. The pdf files do not exists, but will again be created with a call to the second server, which will run an application returning a stream. this stream should be sent to the client browser from the first IIS server.

does anyone has an idea, a ready to use solution or any other kind of usefull information

wardbekker

4:00 pm on Feb 4, 2003 (gmt 0)

10+ Year Member



Hi jevylux,

You could use XMLHTTP to consume an XML stream from the second server. The Java App should write out an XML stream. With XMLHTTP you can read HTML pages also, but using XML is recommended for Inter-server communication

More info: [15seconds.com...]