Deploying and Debugging Your Voice
Application
In NetWeaver Voice, compilation, deployment, and debugging are closely related functions. After you perform these tasks, your voice application can be implemented.
You have configured and modeled your voice application.
1. On the Configure task panel, set all appropriate deployment settings for your model.
Make sure to select the Voice Runtime.
2. In the Deploy task panel, choose Compile to validate the application (optional).
This function is similar to the Deploy function, but provides some quick compilation-error checking and VoiceObjects validation without actual deployment.
3. In the Deploy task panel, choose Deploy to deploy the voice application.

If the Deploy pushbutton is not activated, use this procedure.
● Choose Tools → Options.
● In the Options task panel in the Complier screen area, select Show runtime compiler in Deploy task.
● In the Runtime field, choose Voice.
● Close the Options task panel.
This performs a more thorough error checking process and then deploys the model if no errors occur. Make sure that you have set all deployment settings appropriately in your model in the Configure task panel, and that you have selected the Voice Runtime.

Deployment is considered an administrative task. Therefore, coordinate the deployment process with your administrator.
4. Configure the URL of the application in your voice gateway and place a test call.
On the main toolbar, choose Publish Results to copy the URL needed to launch the application.
5. Use the Trace Viewer to check for error messages.
On the main
toolbar, choose
Runtime Trace to
start tracing.
More information: Debugging Voice Applications and Debugging Voice Applications without a VoiceXML Gateway
6. Correct the errors found.
The Debug View shows a table of activities of the last call and list of variables and their values that can provide information to determine whether functions in the model are working properly.
...
You have deployed and debugged your voice-enabled application. After you associate it with a telephone number, you can implement it.