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

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

I noticed that AXIS1 does not have this issue.

In AXIS1, the constant
    org.apache.axis.message.addressing.Constants.NS_URI_ADDRESSING_2004_03
can be used to change the namespace for .NET like this:
   stub._setProperty (
         
org.apache.axis.message.addressing.Constants.ENV_ADDRESSING_NAMESPACE_URI,
         org.apache.axis.message.addressing.Constants.NS_URI_ADDRESSING_2004_03 
) ;


> 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