Hi,

OK, I've just fixed the AXIS-CPP 753 issue.
You can take the source from svn or wait for binaries from the overnight build.


regards,
John.



"Franz Fehringer" <[EMAIL PROTECTED]>

20/12/2005 17:34

Please respond to
axis-dev

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





As a last try i did
svn co http://svn.apache.org/repos/asf/webservices/axis/trunk axis
and the problem still persists (both C/C++ and Java).
 
Franz
-----Ursprüngliche Nachricht-----
Von:
Franz Fehringer [mailto:[EMAIL PROTECTED]
Gesendet:
Dienstag, 20. Dezember 2005 16:19
An:
[EMAIL PROTECTED] ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
Cc:
Apache AXIS C Developers List; [EMAIL PROTECTED] Apache. Org; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff:
AW: AXISCPP-753 status (also relevant for Java Axis)?

Hello John,
 
On http://ws.apache.org/axis/interim.html i can only find the CVS snapshots already known to me.
After some guessing i navigated to http://svn.apache.org/snapshots/ws-axis/ and downloaded ws-axis_20051220113410.tar.gz but only to discover that AXISCPP-753 is still not resolved in this drop.
If this is resolved in the latest svn sources, how do i get access to these sources?
Is anonymous access to the svn repository possible (how?)?
 
Greetings
 
Franz
 
-----Ursprüngliche Nachricht-----
Von:
John Hawkins [mailto:[EMAIL PROTECTED]
Gesendet:
Dienstag, 20. Dezember 2005 14:48
An:
Apache AXIS C User List
Cc:
Apache AXIS C Developers List; axis-c-user; axis-dev@ws.apache.org; [EMAIL PROTECTED] Apache. Org; [EMAIL PROTECTED]
Betreff:
Re: AXISCPP-753 status (also relevant for Java Axis)?


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