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

2015-08-06 Thread sg liu
one way operation also send the soap request through http. A response of the http request is returned. the response may be a http 202 that represent the server side accept the request. it also could be http404 or http 500, that represent the server side didn't accept the request. for axis2 work as

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

2015-08-06 Thread sg liu
one way operation also send the soap request through http. A response of the http request is returned. the response may be a http 202 that represent the server side accept the request. it also could be http404 or http 500, that represent the server side didn't accept the request. for axis2 work as

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 with axis2 1.5.1