webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  nonXML PDF retrieval via vb/vbscript

    Posted Fri July 12, 2002 11:31 PM

    Hi…
    We are storing documents in Tamino and want to provide them to our customers via PDF rather than just html(xml/xsl). To save time, we want to pre-convert the document to PDF and store it as a non-xml document.
    Now we can get the PDF loaded but we want to then retrieve it via VBscript in an ASP - with Tamino sitting inside the firewall. Does anyone have a sample of this code? We haven’t come up with anything yet.
    Thanks…


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: nonXML PDF retrieval via vb/vbscript

    Posted Mon July 15, 2002 10:52 AM

    This is a generic asp page we use to retreive binary files from tamino using MSXML Parser.
    Code should be self explanatory , anyhow feel free to ask questions if needed.
    Regards


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: nonXML PDF retrieval via vb/vbscript

    Posted Mon July 15, 2002 10:52 AM

    This is a generic asp page we use to retreive binary files from tamino using MSXML Parser.
    Code should be self explanatory , anyhow feel free to ask questions if needed.
    Regards
    Lorenzo
    ShowBinaryFile.asp (761 Bytes)


    #Tamino
    #webMethods
    #API-Management


  • 4.  RE: nonXML PDF retrieval via vb/vbscript

    Posted Tue July 16, 2002 11:00 PM

    This worked. Thanks for the help…


    #webMethods
    #API-Management
    #Tamino