RE: Axis2 generating the wrong XML namespace

2012-06-26 Thread Martin Gainty
te: Tue, 26 Jun 2012 16:38:11 +0100 From: [email protected] To: [email protected] CC: [email protected] Subject: Re: Axis2 generating the wrong XML namespace Hi Martin, Thanks for that, I was hoping to be able to specify the namespace explicitly

Re: Axis2 generating the wrong XML namespace

2012-06-26 Thread Oliver Heard
Hi Martin, Thanks for that, I was hoping to be able to specify the namespace explicitly rather than have Axis2 generate one. Do you happen to know how to do this? Thanks for your help. Regards, Oli On 26/06/12 14:55, Martin Gainty wrote: yes it is hardwired: package org.apache.axis2.des

RE: Axis2 generating the wrong XML namespace

2012-06-26 Thread Martin Gainty
yes it is hardwired: package org.apache.axis2.description.java2wsdl; public class Java2WsdlUtils { public static final String SCHEMA_NAMESPACE_EXTN = "/xsd"; String DEFAULT_TARGET_NAMESPACE_PREFIX = "axis2";public static StringBuffer schemaNamespaceFromClassName(String packageName, C