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 "Glen Daniels (JIRA)" <ji...@apache.org> on 2007/06/11 21:47:26 UTC

[jira] Updated: (AXIS2-2511) Response invalidly delivered even ReplyTo is absent in Header

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

Glen Daniels updated AXIS2-2511:
--------------------------------

    Fix Version/s: 1.3

Targeting to 1.3 for now.

> 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
>          Components: Addressing
>            Reporter: Gee Chia
>            Assignee: David Illsley
>             Fix For: 1.3
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org