Sharik M | Hi James, As Voice Browser Step uses Document type which is created usiing Create URL Doc Step the Document Exception can be used to handle this scenario of connectivity issues The "Create XXX" ie CreateXML or CreateURL steps do not actually do the data retrieval. You use either Cache Document step just before Voice Browser Step,, that's when it will actually fetch the data.
Now the following needs to be modified in the script
a)Use Cache Document Step After Create URL Document Step which will avoid other steps running in web server down condition and will give a Connect Exception.
b)Handle Web Server down condition and timeout exception correctly (ie. Play some error prompt in the label) using OnExceptionGoto Step for Document Exception |
| Please sign in to flag this as inappropriate. |