You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Baskaran Senthivel (JIRA)" <ji...@apache.org> on 2012/08/13 17:04:38 UTC

[jira] [Commented] (AXIS2-3879) Ability to change the http status code in the response being sent to the client

    [ https://issues.apache.org/jira/browse/AXIS2-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433197#comment-13433197 ] 

Baskaran Senthivel commented on AXIS2-3879:
-------------------------------------------

Hi,

We have the exactly the same requirement ,to change the response status based on our functional requirement for implementing CMIS. I see this message is registered in 2008 and not yet solved. Could be please guide me how i can implement this.

We use Axis2 1.61 version.
                
> 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
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org