[ 
https://issues.apache.org/jira/browse/AXIS2-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671189#action_12671189
 ] 

Nico Hoogervorst commented on AXIS2-4211:
-----------------------------------------

Not only for synapse/wso2-esb.

In general web services implemented with Web Services Enhancement version 2.0 
(WSE 2.0) use ws-addressing 2004/03 ;  the wsa namespace is 
http://schemas.xmlsoap.org/ws/2004/03/addressing.
WSE 2.0 does not recognize WS-A 2004/08  (WSE 3.0 does).

It would be very useful if AXIS2 would support 2004/03 version of WS-Adressing.

I suggest to use the 
org.apache.axis2.addressing.AddressingConstants.WS_ADDRESSING_VERSION property, 
 set set the correct scheme.
This means that the AddressingOutHandler must be adjusted.

Also make sure that the EndpointReference hasAnonymousAddress method returns 
true if the ReplyTo address is   
http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous

> Support for 2004/03 version of ws-addressing 
> ---------------------------------------------
>
>                 Key: AXIS2-4211
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4211
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: Addressing
>    Affects Versions: 1.4
>            Reporter: Michal Stochmialek
>             Fix For: 1.5
>
>
> I'm using synapse/wso2-esb with axis2 under the hood. I'm trying to create a 
> proxy
> of a soap 1.1 web service. A proxy needs to have soap 1.1 with ws-addressing 
> 2004/03 interface.
> The problem is axis doesn't support  2004/03 version of ws-addressing. It 
> support the last submission version 2004/08.
> The link below contains more details about my use case.
> http://wso2.org/forum/thread/4747
> We are not able to switch to a newer ws-addressing version. I would be happy 
> to see the feature in axis.

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

Reply via email to