How do I integrate VoiceXML with back-end components?
As an example, assume you’re trying to write a shopping application that lets users browse items to purchase and then uses a back-end Shopping Cart application to manage the financial transaction. The question here is how do you get the user input to the shopping cart server and how do you get the resulting output from that server. Logically, your application has front-end components to present information and questions to the user and to get information back from the user. It has back-end components to process the user’s input before returning the appropriate information to the user. Once your front-end component gets the user’s request, you can use the