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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2008/02/22 12:04:19 UTC

[jira] Created: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
-----------------------------------------------------------------------------------------------

                 Key: AXIS2-3529
                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: nightly
         Environment: winxp, jdk15
            Reporter: Charitha Kankanamge
            Assignee: Deepal Jayasinghe
            Priority: Critical


In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 

Steps to reproduce:
================
1. Deploy a service in Axis2 server
2. Write an dual channel async client
3. Invoke the service and monitor the message flow using tcpmon

When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charitha Kankanamge closed AXIS2-3529.
--------------------------------------


This is fixed in Axis2-1.4.1-RC1. Verified and closed the bug.

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: 1.4.1, 1.4
>
>         Attachments: patch.txt
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576552#action_12576552 ] 

Davanum Srinivas commented on AXIS2-3529:
-----------------------------------------

Ruwan, Deepal,

please come up with a solution quickly... especially if it implies interface changes...or we should take this off the 1.4 bucket.

thanks,
dims

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya resolved AXIS2-3529.
-----------------------------------------------

    Resolution: Fixed

Fixed in the branch.

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: 1.4.1, 1.4
>
>         Attachments: patch.txt
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-3529.
--------------------------------------

    Resolution: Fixed

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574590#action_12574590 ] 

Davanum Srinivas commented on AXIS2-3529:
-----------------------------------------

Deepal,

Is this something we need to fix for 1.4?

thanks,
dims

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charitha Kankanamge updated AXIS2-3529:
---------------------------------------

    Priority: Blocker  (was: Critical)

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Reopened: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charitha Kankanamge reopened AXIS2-3529:
----------------------------------------


This issue is still there in Axis2-1.4. I always get the following as the response in request channel. 

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: text/xml;charset=UTF-8
Content-Length: 0
Date: Tue, 22 Jul 2008 08:28:59 GMT

 Tested with simpleAxisServer as well as Tomcat6.0.10/Axis2-1.4
Please have a look at this issue.

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi updated AXIS2-3529:
------------------------------------------------

    Attachment: patch.txt

Response written has a meaning only at the server side. if there is an epr then that means the request for this
response has come with a addressing reply to and hence an asynchronous invocation. in this case server has to send 202 
Accepted for the orginal request. But if we set response has written it send 200 ok.

At the Axis2Servlet it checks whether the Response is written and if not set the http status as accepted.

if (!TransportUtils.isResponseWritten(msgContext)  
                		&& (((RequestResponseTransport) 
                				msgContext.getProperty(
                						RequestResponseTransport.TRANSPORT_CONTROL)).
                						getStatus() != RequestResponseTransport.
                						RequestResponseTransportStatus.SIGNALLED)) {
                    response.setStatus(HttpServletResponse.SC_ACCEPTED);
                }



> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: 1.4.1, 1.4
>
>         Attachments: patch.txt
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576918#action_12576918 ] 

Deepal Jayasinghe commented on AXIS2-3529:
------------------------------------------

Hi Ruwan,

I checked this today and found out it is working correctly and I got the following response

HTTP/1.1 202 Accepted
Date: Mon, 10 Mar 2008 09:46:34 GMT
Server: Simple-Server/1.1
Transfer-Encoding: chunked


So can we assume that this is working fine with current SVN trunk ?

Thank you,
Deepal

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya updated AXIS2-3529:
----------------------------------------------

    Fix Version/s: 1.4.1

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: 1.4.1, 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576940#action_12576940 ] 

Ruwan Linton commented on AXIS2-3529:
-------------------------------------

Deepal,

If the axis2 client receives the correct status code that is (202) then I am fine with considering this as resolved. I think it is better to ask from charitha as well. Charitha can you please check this with the current SVN head.

Thanks,
Ruwan

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3529:
------------------------------------

    Fix Version/s: 1.4

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574841#action_12574841 ] 

Ruwan Linton commented on AXIS2-3529:
-------------------------------------

Dims,

This causes some issues to Synapse, because synapse NIO transport consider this 200 message as an application POX message (I think this is not wrong according to the HTTP semantics) and tries to inject to synapse with a default envelope which results in a loop back. So it is better if we can get this fixed in the next release.

Ideally it should return 202 Accepted rather than 200 OK

Thanks,
Ruwan

> Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3529
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3529
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             Fix For: 1.4
>
>
> In the dual channel service invocation, Axis2 server is expected to respond to the request message with http 202. This was working correctly in Axis2-1.3. However, server responds with 200 OK for the request in the latest nightly builds. 
> Steps to reproduce:
> ================
> 1. Deploy a service in Axis2 server
> 2. Write an dual channel async client
> 3. Invoke the service and monitor the message flow using tcpmon
> When you send the request, you will get http 200 as the response code. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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