wsdl2java generates ">classname" qname for anyonymous complex type
------------------------------------------------------------------
Key: AXIS-2372
URL: http://issues.apache.org/jira/browse/AXIS-2372
Project: Apache Axis
Type: Bug
Components: WSDL processing
Versions: 1.3
Environment: Windows XP
Reporter: Jarmo Doc
Priority: Minor
The following anonymous complex type:
<element name="myexception">
<complexType>
...
</complexType>
</element>
results in the following java when processed by Axis 1.3 wsdl2java:
typeDesc.setXmlType(new javax.xml.namespace.QName("a.b.c", ">myexception"));
Note the incorrect name decoration of the element with leading greater-than
sign.
This has also been raised as AXISCPP-753.
See
http://www.nabble.com/wsdl2java-and-QName%28%22a.b.c%22%2C-%22%3Eclassname%22%29-t932615.html
for discussion.
--
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