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

David Illsley commented on AXIS2-2511:
--------------------------------------

Hi Gee,
My reading of the submission spec has always been a bit different to yours, but 
nevertheless, I think you have found a problem.

What the handlers are implemented to do is to equate the absence of a ReplyTo 
for 2004/08 to have the same effect as a ReplyTo of the None URI for 2005/08. 
That is why the AddressingSubmissionInHandler does what it does.

The problem is that it appears that the transport isn't properly checking for 
the None URI before sending the response. Can you tell me which 
transport/transport classes you're using to I can work out where it's missing?

Thanks,
David

> 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
>         Assigned To: David Illsley
>
> 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