I have an NT queue that is communicating with a queue on a VSE mainframe. The NT programming is done through a proprietary application called Extricity Alliance.
What I would like to do is get away from relying on the third party application to do the communication because with the product line that we have, there is not a clear way to populate a response page from an http request.
I am trying to put together an application that will put a message from an http post or submit, and get the reply from the host system. Then, populate the response page with the data received.
What is the least painful way to approach this. I am running IIS and SQL Server on NT. Please correct me if I am wrong... This is what I have come to understand so far:
To use activeX, the mqclient must be installed on each client, browser security must be changed on each client(not a good thing).
I could use servlets or jsp pages in conjunction with jms to accomplish it, but not with IIS.
I could write a java app using jms, but I wouldn't know how to tie it into the web application.
I was hoping someone would give me a little assistance and point me in the right direction. Ideally, I would like to do some sort of asp implementation if it is possible.
What I would like to do is get away from relying on the third party application to do the communication because with the product line that we have, there is not a clear way to populate a response page from an http request.
I am trying to put together an application that will put a message from an http post or submit, and get the reply from the host system. Then, populate the response page with the data received.
What is the least painful way to approach this. I am running IIS and SQL Server on NT. Please correct me if I am wrong... This is what I have come to understand so far:
To use activeX, the mqclient must be installed on each client, browser security must be changed on each client(not a good thing).
I could use servlets or jsp pages in conjunction with jms to accomplish it, but not with IIS.
I could write a java app using jms, but I wouldn't know how to tie it into the web application.
I was hoping someone would give me a little assistance and point me in the right direction. Ideally, I would like to do some sort of asp implementation if it is possible.