is it possible to handle an XMLRPC exception in URScript ?
I have a program which makes an XMLRPC call to an external server, but if the server is not available I would like to have a default action and not abort the program. is there a way to catch this exception and handle it in URScript ?
Not really. You could try connecting to it by socket which will return a true or false and then choose to connect to the xmlrpc server based on that result.