Try catch in script include
Hi, I am publishing a scripted web service and have code in the script include. For better error handling of an unexpected error, thinking of using try-catch block. Can anybody share a code snippet of how to use a try-catch block for displaying the e...

