Re: [Soaplab-users] Program with return code non zero
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2008-06-20 09:43:18
|
> >> I have a program which returns -1 as success code (instead of 0). > >> > >> How can I use it in soaplab ? > > > > Wrap it in a shell script that adds 1 to its return code? > > > > Andrew. > > It is maybe the best thing to do, because change accept.any.exitcode > property could have some bad side effects. You should be able to use this setting specific to your service. For example, for service edit.seqret, the full property name should be edit.seqret.accept.any.exitcode. Regards, Mahmut |