Anybody faced with interfacing with a Document Imaging Storage system where the documents are retrieved via the web into a lightweight viewer. So far I've seen that they use vbscript and instantiate their objects with some sample code and send the asp file to a url returning the documents. They list web methods and properties and sounds like a COM interface since they mention IDispatch. They talk a lot about DCOM and I suppose WDSL is involved.
Need to interface from our product, provide a popup of document matches and then a direct retrieval of the document they want to see using a supplied lightweight viewer of theirs. The document might be txt,jpeg or pdf.
Our part doesn't look that large since the documents will be stored using our customer id's.
I'll need to create the ASP file on the fly and submit it to the appropriate url. I'm assuming I'll be using TCP statements and a conversation methodology.
Just curious if anyone has some time saving advice or examples of how to do this kind of thing.
Thanks,
Bob Mechler
Need to interface from our product, provide a popup of document matches and then a direct retrieval of the document they want to see using a supplied lightweight viewer of theirs. The document might be txt,jpeg or pdf.
Our part doesn't look that large since the documents will be stored using our customer id's.
I'll need to create the ASP file on the fly and submit it to the appropriate url. I'm assuming I'll be using TCP statements and a conversation methodology.
Just curious if anyone has some time saving advice or examples of how to do this kind of thing.
Thanks,
Bob Mechler
Comment