You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Greg Lappen (JIRA)" <ax...@ws.apache.org> on 2005/11/10 22:54:02 UTC

[jira] Created: (AXIS-2298) Regression on AXIS-1935

Regression on AXIS-1935
-----------------------

         Key: AXIS-2298
         URL: http://issues.apache.org/jira/browse/AXIS-2298
     Project: Apache Axis
        Type: Bug
  Components: Basic Architecture  
    Versions: 1.3    
    Reporter: Greg Lappen


I am having an issue where unqualified local elements are going out with xmlns="", which i see was fixed in Axis 1.2 in issue AXIS-1935, but from looking at the source in 1.3 I don't see the patch.

Here is my schema (elementFormDefault="unqualified")
<xs:complexType name="orderCriteriaType">
		<xs:sequence>
			<xs:element name="Status" type="tns:statusType" minOccurs="0" maxOccurs="unbounded">
			</xs:element>
...
<xs:complexType>
<xs:element name="OrderCriteria" type="tns:orderCriteriaType"/>

Here is the generated xml:
<OrderCriteria xmlns="http://webservice.bn.com/vendor/2005/02/02/types">
	<Status state="Accepted" xmlns=""	/>
</OrderCriteria>

I will try with 1.2.1 if i have a chance.

Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira