Hello Amit,

Axis2 only supports the http://schemas.xmlsoap.org/ws/2004/08/addressing 
and http://www.w3.org/2005/08/addressing namespaces so what you are trying 
to do won't work.

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


"Amit G Soni" <[EMAIL PROTECTED]> wrote on 12/01/2007 09:15:23:

> Hi,
> 
> I want to invoke one webservices and for that I have generated one 
> client using Axis2-1.0.
> 
> I have to change the value of WSA_NAMESPACE which is http://schemas.
> xmlsoap.org/ws/2004/03/addressing  so for that I have done something 
like
> 
> ConfigurationContext context = ConfigurationContextFactory.
> createConfigurationContextFromFileSystem(s, s+"/conf/axis2.xml");
> context.setProperty(AddressingConstants.WS_ADDRESSING_VERSION, "
> http://schemas.xmlsoap.org/ws/2004/03/addressing";);
> 
> But still it gives me the value of WSA_NAMESPACE is http://schemas.
> xmlsoap.org/ws/2004/08/addressing
> 
> Can any please help me how can I solve this problem.
> 
> Thanks,
> Amit Soni

Reply via email to