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