Author Message
AnandAndrew
Joined: Sep 15, 2016
Messages: 11
Offline
Hi,

I am having servlet named CallServlet which return the vxml content,
Ex : If i enter the URL http://<ipaddress>:8080/CallServlet?name=Anand in bowser it will show the below vxml

<vxml xmlns="http://www.w3.org/2001/vxml" xmlns:R="http://MYAPP.com"
xmlns:env="http://www.w3.org/2001/12/soap" version="2.0">
<form>
<block>
<script>var status = 'success';</script>
<return namelist="status"/>
</block>
</form>
</vxml>


Now I created a Reusable module using "Manually define module definition" in OD to call the Servlet and I am trying to get the status value from the above vxml
Below are the values i have given while creating VXML subdialog

Name= subdialog1
URL = http://<ipaddress>:8080/CallServlet
InputParameter = name [Default value = Anand]
OutputParameter = status


But while i am running the application from OD simulator , I am getting the error.badfetch

Whether the above approach is correct or not ? If not what is the procedure to follow?
AnandAndrew
Joined: Sep 15, 2016
Messages: 11
Offline
Hi,

Any update or suggestions on above query ?
AnandAndrew
Joined: Sep 15, 2016
Messages: 11
Offline
Hi,

Any update or suggestions on above query ?
AnandAndrew
Joined: Sep 15, 2016
Messages: 11
Offline
Hi,

Any update or suggestions on above query ?
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
See http://www.devconnectprogram.com/forums/posts/list/19595.page
Go to:   
Mobile view