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
