Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: bundes on November 17, 2010, 01:32:36 PM

Title: GVP 7.6 - Use of jsp call
Post by: bundes on November 17, 2010, 01:32:36 PM
Hy everybody,

I am trying to call a custom jsp page from gvp and I am encountering fetching issues while gvp try to parse the result of the jsp page.

I have tried the following (as the result of the jsp page) :
[code]
<?xml version="1.0"?>
<vxml version='2.1' application='STUDIO_ROOTDOCUMENT' xmlns='http://www.w3.org/2001/vxml' xmlns:telera='http://www.telera.com/vxml/2.0/ext/20020430' xmlns:genesys='http://www.genesyslab.com/vxml/2.0/ext/20020430' xml:lang='fr-FR'>
<var name="resultat" expr="'text'"/>
<form>
<var name="resultat" expr="'text'"/>
</form>
<% Session("resultat") = "text" %>
</vxml>
[/code]

But with no succes...

Thnak you for your assistance.

Best Regards.