![]() |
If you invoke a CCXML application using the Application Interface web service LaunchCCXML method, the application started must return the status of that start using a custom event. This allows the CCXML application to determine whether the start was successful instead of relying on the limited information available to the Application Interface web service.
For example, if the CCXML application starts correctly but no one answers the outgoing call, the Application Interface web service still considers the call to be a success because the application started correctly. The CCXML application, on the other hand, may consider that call a failure because no one answered. In this case, the CCXML application would return a failure code to the Application Interface web service, and the Application Interface web service would return the failure code to Experience Portal.
![]() | Note: |
For information on the status related return values that the CCXML application sends, see CCXML application status return values. |