Eran Chinthaka wrote:
>> Hi Folks,
>> 
>> The feature list of Axis2 states support for;
>> 
>> - 9. WS-Addressing, both the submission (2004/08) and final
>> (2005/08) versions 
>> 
>> Does this mean that the 2003/03 isn't supported? I ask because Oracle
>> BPEL PM it seems only supports 2003/03...
> 
> Nope. 2003/03 is not supported.
> 
>> 
>> How do you configure which to use?
> 
> You don't need to configure anything. Server side can handle both
> versions without any configurations. But if you wanna send a message
> using specific version of addressing, in client side, call  
> 
> options.setProperty(AddressingConstants.WS_ADDRESSING_VERSION,
> AddressingConstants.Final.WSA_NAMESPACE) or
> 
> options.setProperty(AddressingConstants.WS_ADDRESSING_VERSION,
> AddressingConstants.Submission.WSA_NAMESPACE)
> 
> depending on your requirement.
> 
> -- Chinthaka
> 

Excellent, thanks for your help, that's just what I needed :)

Reply via email to