[ 
https://issues.apache.org/jira/browse/AXIS2-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Lazarski resolved AXIS2-3879.
------------------------------------
    Resolution: Fixed

See docs for setting http status at 
github.com/apache/axis-axis2-java-core/blob/master/src/site/xdoc/docs/http-transport.xml#custom_http_status_codes

> Ability to change the http status code in the response being sent to the 
> client
> -------------------------------------------------------------------------------
>
>                 Key: AXIS2-3879
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3879
>             Project: Axis2
>          Issue Type: Improvement
>          Components: transports
>    Affects Versions: 1.4
>            Reporter: nikki
>            Priority: Major
>             Fix For: 2.0.1
>
>
> Hello
> I'd like the ability to change the http status code in the reponse. For 
> example : I'd like to send in certain cases an http 503 (instead of a 500) 
> when a soap fault occurs. Another of my needs is to send a 202 (instead of 
> 200 for an in-out operation.)
> Here's what i attempted which didn't work & I was suggested by Saminda to 
> open a JIRA.
>  HttpServletResponse resp =  (HttpServletResponse) 
>  
> msgContext.getCurrentMessageContext().getProperty(org.apache.axis2.transport.http.HT
>  TPConstants.MC_HTTP_SERVLETRESPONSE); 
> if (resp != null) {
>  System.out.println("Resp not null ");
>  resp.setStatus(503 );
>  }
>  thankyou



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to