Hi Franz,

I think you'll find that this is the cvs source. You need the svn source and I believe that this problem (AXISCPP 753) is fixed in the latest source -> http://ws.apache.org/axis/interim.html

regards,
John.





"Franz Fehringer" <[EMAIL PROTECTED]>

20/12/2005 11:53

Please respond to
"Apache AXIS C User List"

To
<[EMAIL PROTECTED]>, "Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>, "axis-c-user" <axis-c-user@ws.apache.org>
cc
"[EMAIL PROTECTED] Apache. Org" <axis-user@ws.apache.org>, John Hawkins/UK/[EMAIL PROTECTED], <axis-dev@ws.apache.org>
Subject
AXISCPP-753 status (also relevant for Java Axis)?





Hello,

Yesterday i made a test regarding the status of AXISCPP-753 using the
attached PruebasBug example.
To this end i downloaded the ws-axis_20051219052135.tar.gz source code
snapshot and first built the Java Version with JDK 1.5.0_06 and afterwards
the C/C++ Version with MSVC6SP6 and JDK 1.5.0_06 using the jars made in the
first step.
The problem still persists, i.e. there is a spurious warning "ignoring
anonymous type >PruebaDatosCabecera" and corrupt source code is generated
(referring to >PruebaDatosCabecera*; note the gt sign).
What i want to point out specifically is that the Java Generator wsdl2java
also fails on this example only with another symptom (but also generating
spurious gt signs, see below).
What are the prospects for solving this bug?
Will Axis C/C++ 1.6 and/or Axis Java 1.4 be able to cope with anonymous
complexTypes i.e. will AXISCPP-753 be solved?
Is the lack of support of anonymous complexTypes recognized as a bug in the
Java version of Axis, i.e. is there a JIRA isssue for it?
Due to this deficiency i cannot make productive use of Axis, since i have to
completely rewrite all customer delivered WSDLs (anonymous complexTypes are
all over there) and i think it is a severe shortcoming in general terms
also.

Best regards and thanks for looking into this issue

Franz

P.S.

The wrong generated Java source code lines are (note again the gt sign)

PruebaDatosCabecera.java:        typeDesc.setXmlType(new
javax.xml.namespace.QName("http://www.abysal.com/soap/PruebasBug.wsdl",
">PruebaDatosCabecera"));
PruebasBugBindingStub.java:        param = new
org.apache.axis.description.ParameterDesc(new
javax.xml.namespace.QName("http://www.abysal.com/soap/PruebasBug.wsdl",
"PruebaDatosCabecera"), org.apache.axis.description.ParameterDesc.IN, new
javax.xml.namespace.QName("http://www.abysal.com/soap/PruebasBug.wsdl",
">PruebaDatosCabecera"),
com.abysal.www.soap.PruebasBug_wsdl.PruebaDatosCabecera.class, false,
false);
PruebasBugBindingStub.java:            qName = new
javax.xml.namespace.QName("http://www.abysal.com/soap/PruebasBug.wsdl",
">PruebaDatosCabecera");



Dr. Franz Fehringer (Dipl. Math.)
____________________________________
ISO Software Systeme
Eichendorffstrasse 29
90491 Nürnberg
Deutschland

Tel. : +49/(911) - 99594-0
Fax  : +49/(911) - 99594-580

mailto:[EMAIL PROTECTED]
http://www.isogmbh.de


Reply via email to