axis-c-user  

Getting the HTTP Status Codes

Sam Carleton
Sun, 13 Dec 2009 19:55:42 -0800

I am working with the Axis2/C client.  The web server can reply with a
number of different HTTP Status Codes, HTTP_UNAUTHORIZED
or HTTP_MOVED_PERMANENTLY.  It looks like in both
cases env->error->error_number is AXIS2_ERROR_HTTP_CLIENT_TRANSPORT_ERROR
(74).  Is there any way to get to the actual HTTP Status Code?

Sam