" /> GVP 7.6 - Use of jsp call - Genesys CTI User Forum

Author Topic: GVP 7.6 - Use of jsp call  (Read 2107 times)

Offline bundes

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
GVP 7.6 - Use of jsp call
« on: November 17, 2010, 01:32:36 PM »
Advertisement
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.