On Mon, Jun 2, 2008 at 10:44 AM, goomap <[EMAIL PROTECTED]> wrote: > >> What about customizing your web service participant so that it catches >> the exception and deals with it ? > Yes, I've thought about it! > > Customizing my web service to execute another process which can > compensate previous work via RMI or REST. > > All I need to do is get all of the parameters from the main process. > > I just think about which method is better! > Call a custom function? or call custom web service? > Maybe the first choice need to cost more effort!
Actually, you could as well customize the Participant itself. IIRC, the participant class as a cancel() method, you could override it to make sure that the compensating call is made. Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
