NamespaceURI is missing for an xmlSchemaElement
-----------------------------------------------
Key: WSCOMMONS-69
URL: http://issues.apache.org/jira/browse/WSCOMMONS-69
Project: WS-Commons
Issue Type: Bug
Components: XmlSchema
Reporter: Edell Nolan
Hi,
I have a test case with the following wsdl
<complexType name="ArrayType">
<sequence>
<element name="p1" type="xsd:string"/>
<element name="p2" type="xsd:string" minOccurs="0"/>
<element name="p3" type="xsd:string" minOccurs="5"
maxOccurs="5"/>
<element name="p4" type="xsd:string" minOccurs="0"
maxOccurs="unbounded"/>
<element name="p5" type="xsd:string" minOccurs="0"
maxOccurs="15"/>
<element name="p6" type="xsd:string" minOccurs="2"
maxOccurs="unbounded"/>
<element name="p7" type="xsd:string" minOccurs="3"
maxOccurs="10"/>
</sequence>
</complexType>
When I iterate down through the definition after parsing - In the
XmlSchemaElement - it has the correct Name but its qualified name has no
namespaceurl or prefix.
I will attach the testcase.
cheers, Edell.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]