Re: client program doesn't get exception for a http 500 staus response

2015-08-06 Thread sg liu
d with "west" or "east". ysliu On Thu, Aug 6, 2015 at 7:00 PM, Martin Gainty wrote: > > > > ------ > Date: Thu, 6 Aug 2015 17:09:07 +0800 > Subject: client program doesn't get exception for a http 500 staus response > From: y

Re: client program doesn't get exception for a http 500 staus response

2015-08-06 Thread sg liu
d with "west" or "east". ysliu On Thu, Aug 6, 2015 at 7:00 PM, Martin Gainty wrote: > > > > ------ > Date: Thu, 6 Aug 2015 17:09:07 +0800 > Subject: client program doesn't get exception for a http 500 staus response > From: y

RE: client program doesn't get exception for a http 500 staus response

2015-08-06 Thread Martin Gainty
Date: Thu, 6 Aug 2015 17:09:07 +0800 Subject: client program doesn't get exception for a http 500 staus response From: ysliu...@gmail.com To: java-user@axis.apache.org I'm working

client program doesn't get exception for a http 500 staus response

2015-08-06 Thread sg liu
I'm working with axis2 1.5.1, and try to use it as webservice client. when I try to invoke a oneway webservice operation, I found if the server return http 500, I didn't got any exception in client side. but for other status code, like, http 404, I can get an exception. I made some study on axis2 s