Handling XMLRPC exceptions

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.

Hi there,

is ist still not possible to handle xmlrpc exceptions, e.g. if the server is not available?

I do not really want to connect via a second interface (socket) just to make sure that the server is available.

Thank you!