Response invalidly delivered even ReplyTo is absent in Header
-------------------------------------------------------------

                 Key: AXIS2-2511
                 URL: https://issues.apache.org/jira/browse/AXIS2-2511
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Gee Chia


The WS-Addressing specification stated below:

/wsa:ReplyTo 
This OPTIONAL element (of type wsa:EndpointReferenceType) provides the value 
for the [reply endpoint] property. This element MUST be present if a reply is 
expected. If this element is present, wsa:MessageID MUST be present. 

In the scenario ran, ReplyTo was not defined in the soap header for wsa 04, 
however, the expected reply was delivered.  There are at least problems 
summarized as follows:
(1) Base on the spec, since ReplyTo was not specified, then response should be 
a Fault rather than a valid expected result.
(2) The To element in the  header,   
<wsa:To>http://www.w3.org/2005/08/addressing/none</wsa:To>
       was invalidly referering to 2005/08.  This was set in 
AddressingSubmissionInHandler::setDefaults, 
       epr.setAddress(Final.WSA_NONE_URI);


 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to