Pass-Thru Servlet

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:

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)