Re: svn commit: r620464 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisService.java

2008-02-11 Thread Brian De Pradine
Hi Dims, It seemed like a reasonable fix at the time, plus I was reusing the fix that currently applies to ?wsdl for this same problem. Your solution is probably better though and should be applied to ?xsd and ?wsdl. I will apply this change to both. Cheers Brian DePradine Web Services

Re: svn commit: r620464 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisService.java

2008-02-11 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, Why are we special casing just http? would this work better? if (attributeValue.indexOf(://)!=-1){ attribute.setNodeValue(this.name + ?xsd= + attributeValue); }