Hi,
how can I send a Http Status Code 401 from an AxisFault?
I tried to set the AxisFault Error Code to the HttpStatus Code but it
still sends back an AxisFault.
Code:
throw new org.apache.axis2.AxisFault("",
HttpStatus.getStatusText(HttpStatus.SC_UNAUTHORIZED));
Is there a way to send back a HTTP Status Code?
Please Help me
regards
Björn Krüger
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]