I am trying to find a way to run VoiceXML applications from inside Eclipse.
From what i understand i need 3 components.
- A platform to write servlets/voicexml. That's Eclipse Indigo (3.7.1) bundled with WebSphere Voice Toolkit V6.2 plugin.
- A web server. That's Apache Tomcat.
- A voice server/voiceXML browser. I haven't managed to find something that works with the current setup.
I have already setup the first 2 components. Created a servlet and deployed a vxml file in Tomcat. There is a way to simulate the dialog from the WebSphere Voice Toolkit V6.2 itself. But now i want to call/run my vxml application from inside eclipse using a voice server and interacting through microphone-voice input.
I tried a couple of tools (Voxeo's Prophecy, VoiceObjects for Eclipse) but i haven't managed to find a way and synthesize those tools to work together with eclipse.
Could someone direct me to the right way in order to run vxml files locally and interacting with voice (perhaps through an eclipse plugin)?
Thanks in advance.