Re: [Axis2] Exception handling, differentiating server down, service unavailable, and normal business logic error

2007-10-15 Thread Xinjun Chen
I think this issue should be a common issue. Has anyone encountered this problem before? Regards, Xinjun On 10/8/07, Xinjun Chen <[EMAIL PROTECTED]> wrote: > > Hi Axis2 users, > > I am writing a web service client using Axis2. In the code, I am trying to > handle the exception. If the exception

[Axis2] Exception handling, differentiating server down, service unavailable, and normal business logic error

2007-10-08 Thread Xinjun Chen
Hi Axis2 users, I am writing a web service client using Axis2. In the code, I am trying to handle the exception. If the exception is due to server down, web service unvailable, or any other connectivity problem, I will trigger another invocation using another URL. If the exception is due to client