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 "Mario Hercog (JIRA)" <ji...@apache.org> on 2013/03/13 21:12:14 UTC

[jira] [Created] (AXIS2-5499) Axis2 server responds with Http 202 instead of 200 in the case of InOnly message receiver

Mario Hercog created AXIS2-5499:
-----------------------------------

             Summary: Axis2 server responds with Http 202 instead of 200 in the case of InOnly message receiver
                 Key: AXIS2-5499
                 URL: https://issues.apache.org/jira/browse/AXIS2-5499
             Project: Axis2
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.6.2
         Environment: linux, jdk16
            Reporter: Mario Hercog


Axis2 server is expected to respond:
   - to the asynchronous request with http 202
   - to the synchronous request with http 200
However, server responds with http 202 in the case of InOnly message receiver.

Steps to reproduce:
1. Deploy an input only service in Axis2
2. Invoke the service and monitor the message flow
When you send the request, you will get http 202 as the response code.

It looks like that this bug was introduced with the correction for AXIS2-3529

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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