Hi Mettraux, I've tried do/undo expressions. But it seems can't help me.
There is one scenario: If I define web services to insert DB. One to insert DB one (i.e. WS-DBone), another to insert DB two (i.e. WS-DBtwo), and the other to insert DB three (i.e. WS-DBthree). If I invoke WS-DBone, WS-DBtwo success, but failed when I invoke WS- DBthree. Right now, there's already insert DB one and DB two. So I need to compensate previous work by other web services (ex: WS- deleteOne, WS-deleteTwo) May be you can provide any idea for me, I'll very appreciate. By the way, I have another idea to solve this problem. Maybe I can implement a class which can execute subprocess. Can you give any hint for me? Best Regards, Goomap On 5月30日, 下午4時05分, "John Mettraux" <[EMAIL PROTECTED]> wrote: > On Fri, May 30, 2008 at 4:59 PM, goomap <[EMAIL PROTECTED]> wrote: > > > I want to compensate previous work after the error occurs. > > But it seems I can not do subprocess in 'else-ref'. > > > So, is anyone know that how can I execute subprocess in 'else-ref' > > attribute? > > Or maybe someone can suggest me how to compensate previous work in any > > other ways. > > Hello, > > you can't use else-ref with subprocesses. You might want to consider > using a combination of do/undo expressions. > > Seehttp://www.openwfe.org/manual/ch06s09.html#expression_do > > 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 -~----------~----~----~----~------~----~------~--~---
