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) :
<?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>
But with no succes…
Thnak you for your assistance.
Best Regards.