IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  Pass-Thru Servlet

    Posted Tue July 31, 2001 04:36 PM

    Does anyone have a working sample of the Pass-Thru Servlet? The servlet has been successfully installed, but I can not get my sample to work.
    :confused:


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Pass-Thru Servlet

    Posted Wed August 08, 2001 03:35 PM

    here is small example of “prepared” xsl

    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl=“XSLT Namespace” version=“1.0”
    xmlns:ino=“http://namespaces.softwareag.com/tamino/response2
    xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
    <xsl:output method=“html” indent=“yes”/>
    <xsl:strip-space elements=“*”/>
    <xsl:template match=“/”>



    <xsl:value-of select=“ino:response/xql:result/POZDROWIENIE”/>




    </xsl:template>
    </xsl:stylesheet>

    and here is how to run this
    http://sagplch/softwareag/servlet/passthru/tamino/db/test?_xql=POZDROWIENIE&_xslsrc=http://localhost/tamino/db/test/xsl/g3.xsl
    (if my pc,tomcat apache is running you should see “Witaj XML” sign look at the database if you want to)


    #webMethods
    #API-Management
    #Tamino