Show TOC Start of Content Area

Procedure documentation Deploying and Debugging Your Voice Application  Locate the document in its SAP Library structure

Use

In NetWeaver Voice, compilation, deployment, and debugging are closely related functions. After you perform these tasks, your voice application can be implemented.

Prerequisites

You have configured and modeled your voice application.

Procedure

       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.

Note

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.

Note

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 This graphic is explained in the accompanying text 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.

...

Result

You have deployed and debugged your voice-enabled application. After you associate it with a telephone number, you can implement it.

End of Content Area