Re: [Jolie-devel] How to handle Web service exceptions
A service-oriented programming language.
Brought to you by:
fmontesi
From: Fabrizio M. <fam...@gm...> - 2010-04-15 09:01:50
|
On Thursday 15 April 2010 10:57:23 Leandro Sales wrote: > Thank you for your answer! > > Another thing I'm trying to do is to specify a fault handler to all faults, > like a catchAll from BPEL, is it possible? Yes, it is. Just use the special fault name "default", like in the following: install( default => someProcess ); Regards, Fabrizio. |