QUESTION POSED ON: 05 December 2007
I am creating a Web site that will be deployed on a WebSphere server. I need to access some images from an optical platter that is connected to an AS/400 and display the images on my Web page
Currently we access them using a third party application that requires iSeries to access the AS/400 (I don't know how the third party application makes the call to the optical drive).
The indexes are created manually by our scanning department. The indexes live on the AS/400. Here is the description of the process from our AS/400 programmer:
The keyword file (TMM0300) will give you the object ID. Use that to go to the link file (TMM0310). That will give you the document ID (aka internal object ID). Use that to get to the document file (TMM0320). That will give you data about the document, including the volume and optical path on which the document resides.
How do I make a connection from my Windows Web Server to the AS/400 to retrieve the images?
|