You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Franz Fehringer <fe...@isogmbh.de> on 2005/12/20 12:53:58 UTC

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:feh@isogmbh.de
http://www.isogmbh.de


AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Much better indeed.
Now my remaining problems are

Error occured generating code for t_HotelBookingRoomRevise. Yet we continue
to genarate other classes ... You should check the error
org.apache.axis.wsdl.wsdl2ws.WrapperFault: Error : an attribute is not basic
type
.
.
.
Possible error in class t_Age: class with no attributes....................
.
Possible error in class t_BookingNumber: class with no
attributes....................
.
Error occured generating code for t_HotelBookingRoomMutable. Yet we continue
to genarate other classes ... You should check the error
.
.
.
Error occured generating code for t_HotelBookingRoomBase. Yet we continue to
genarate other classes ... You should check  the error
.

(see attached WSDL/XSD).

Is this a known problem and is there a JIRA issue for it?
As a first measure the diagnostic could perhaps be improved (which attribute
is not basic type and btw. what does this mean?)?
Note that there is a small typo in the message (genarate instead of
generate).
This is for wsdl2ws; wsdl2java does not give any errors.

Greetings and thanks for the good work

Franz


  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Donnerstag, 22. Dezember 2005 14:19
  An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?



  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" <fe...@isogmbh.de>
        20/12/2005 17:34 Please respond to
              axis-dev


       To "Apache AXIS C User List" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
              cc "Apache AXIS C Developers List" <ax...@ws.apache.org>,
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
<cd...@Virtusa.com>, <jm...@abysal.com>
              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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53
              Please respond to
              "Apache AXIS C User List"



              To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



AW: AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Hello John,

First i have to say that
  a.. The anonymous type warnings are gone.
  b.. I did not yet try to compile the generated C++ sources.
The remaining wsdl2ws error diagnostics are due to the following
deficiencies:
  a.. In the type definition below, wsdl2ws does not detect that a
t_NonNegativeInt should spring into existence.
      <xsd:simpleType
xmlns="http://www.pegs-pegstour.com/API/XMLSchema/1.0.1" name="t_Age">
          <xsd:restriction base="t_NonNegativeInt"/>
      </xsd:simpleType>
  Instead it generates an empty class.
  This could be theoretically OK if an appropriate typedef would be
remembered i.e. every time a t_Age is referenced in WSDL a reference to
t_NonNegativeInt would be generated in C++.
  But source code inspection shows that references to t_Age are generated
where a t_NonNegativeInt was intended and this is clearly an error.
  Additionally wrong source code is generated saying pSZ->serialize(">",
NULL); in t_Age.cpp.
  The diagnostics btw is
  Possible error in class t_Age: class with no
attributes....................
  b.. wsdl2ws throws an error if a type suffering from the first problem is
used as type for an attribute i.e. this second error is inherited from the
first.
  If i substitute all references to t_Age and t_BookingNumber with
references to t_NonNegativeInt (and delete the definitions themselves) the
generation goes through without errors and warnings.
What i wonder is why the first problem is with the C++ but apparently not
with the Java generator or the other way round: Can the Java generation for
this case be copied over to the C++ generation?
As a last question: is there a simple substitution for
    <xsd:simpleType xmlns="http://www.pegs-pegstour.com/API/XMLSchema/1.0.1"
name="t_Age">
        <xsd:restriction base="t_NonNegativeInt"/>
    </xsd:simpleType>
which would
  a.. say that t_Age is simply another name for t_NonNegativeInt
  b.. correctly be processed by wsdl2ws
???

Merry christmas

Franz



  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Freitag, 23. Dezember 2005 11:25
  An: Franz Fehringer; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AW: AXISCPP-753 status (also relevant for Java Axis)?



  Hi Franz,

  I agree with Nadir - C support is very limited. We've just changed the
memory model and I'm amazed that C stubs work at all !

  Re the anonymous types and the other issues you have with PegsTour.wsdl -
Anonymous types are types that are effectively only used inside other types
so we don't (or shouldn't) generate classes for them. I agree that there
appear to be some issues with even attempting to create classes for the
types you discuss. But, is this actually stopping the code from compiling or
running? (I haven't tried and not likely to get the time in the near
future.)

  regards,
  John.



        "Franz Fehringer" <fe...@isogmbh.de>
        22/12/2005 14:32
       To John Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>,
<ax...@ws.apache.org>
              cc
              Subject AW: AW: AXISCPP-753 status (also relevant for Java
Axis)?







  Hello John,

  With a little testing i got the following somehow strange result:
    a.. For the PruebasBug example attached to AXISCPP-753 source code
generation goes well for C++ and for C.
    b.. For my PegsTour.wsdl with C++ source code generation the AXISCPP-753
problem does not show up anymore.
    c.. For my PegsTour.wsdl with with C source code generation lots of
"ignoring anonymous type >t_BookingAgreementLine_SpecialSell" reappear?!
  What is going on here?
  Is perhaps C source code generation not as good supported as C++ source
code generation (or not actively mantained at all)?

  Greetings

  Franz

  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Donnerstag, 22. Dezember 2005 14:19
  An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?


  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" <fe...@isogmbh.de>
        20/12/2005 17:34
              Please respond to
              axis-dev



              To "Apache AXIS C User List" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
              cc "Apache AXIS C Developers List" <ax...@ws.apache.org>,
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
<cd...@Virtusa.com>, <jm...@abysal.com>
              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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53
              Please respond to
              "Apache AXIS C User List"



              To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



Re: AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by John Hawkins <HA...@uk.ibm.com>.
Hi Franz,

I agree with Nadir - C support is very limited. We've just changed the 
memory model and I'm amazed that C stubs work at all !

Re the anonymous types and the other issues you have with PegsTour.wsdl - 
Anonymous types are types that are effectively only used inside other 
types so we don't (or shouldn't) generate classes for them. I agree that 
there appear to be some issues with even attempting to create classes for 
the types you discuss. But, is this actually stopping the code from 
compiling or running? (I haven't tried and not likely to get the time in 
the near future.)

regards,
John.




"Franz Fehringer" <fe...@isogmbh.de> 
22/12/2005 14:32

To
John Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>, 
<ax...@ws.apache.org>
cc

Subject
AW: AW: AXISCPP-753 status (also relevant for Java Axis)?






Hello John,
 
With a little testing i got the following somehow strange result:
For the PruebasBug example attached to AXISCPP-753 source code generation 
goes well for C++ and for C.
For my PegsTour.wsdl with C++ source code generation the AXISCPP-753 
problem does not show up anymore.
For my PegsTour.wsdl with with C source code generation lots of "ignoring 
anonymous type >t_BookingAgreementLine_SpecialSell" reappear?!
What is going on here?
Is perhaps C source code generation not as good supported as C++ source 
code generation (or not actively mantained at all)?
 
Greetings
 
Franz
 
-----Ursprüngliche Nachricht-----
Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
Gesendet: Donnerstag, 22. Dezember 2005 14:19
An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?


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" <fe...@isogmbh.de> 
20/12/2005 17:34 

Please respond to
axis-dev



To
"Apache AXIS C User List" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org> 
cc
"Apache AXIS C Developers List" <ax...@ws.apache.org>, "Axis-User@Ws. 
Apache. Org" <ax...@ws.apache.org>, <cd...@Virtusa.com>, 
<jm...@abysal.com> 
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:feh@isogmbh.de]
Gesendet: Dienstag, 20. Dezember 2005 16:19
An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org; 
cdinapala@Virtusa.com; jmf@abysal.com
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:HAWKINSJ@uk.ibm.com]
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; 
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
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" <fe...@isogmbh.de> 
20/12/2005 11:53 

Please respond to
"Apache AXIS C User List"



To
<cd...@Virtusa.com>, "Apache AXIS C Developers List" 
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org> 
cc
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
http://www.isogmbh.de



AW: AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Thanks for the info.

Franz

-----Ursprungliche Nachricht-----
Von: Nadir Amra [mailto:amra@us.ibm.com]
Gesendet: Donnerstag, 22. Dezember 2005 17:03
An: Apache AXIS C Developers List
Betreff: Re: AW: AW: AXISCPP-753 status (also relevant for Java Axis)?


Franz,

The C stub generation is a work in progress....there are plans to support 
it in the future but as of now I do not think anyone is actively working 
on it, although I do plan to go through it in January to see what I can 
fix and patch up.

Nadir K. Amra


"Franz Fehringer" <fe...@isogmbh.de> wrote on 12/22/2005 08:32:40 AM:

> Hello John,
> 
> With a little testing i got the following somehow strange result:
> For the PruebasBug example attached to AXISCPP-753 source code 
> generation goes well for C++ and for C.
> For my PegsTour.wsdl with C++ source code generation the AXISCPP-753
> problem does not show up anymore.
> For my PegsTour.wsdl with with C source code generation lots of 
> "ignoring anonymous type >t_BookingAgreementLine_SpecialSell" reappear?!
> What is going on here?
> Is perhaps C source code generation not as good supported as C++ 
> source code generation (or not actively mantained at all)?




Re: AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Nadir Amra <am...@us.ibm.com>.
Franz,

The C stub generation is a work in progress....there are plans to support 
it in the future but as of now I do not think anyone is actively working 
on it, although I do plan to go through it in January to see what I can 
fix and patch up.

Nadir K. Amra


"Franz Fehringer" <fe...@isogmbh.de> wrote on 12/22/2005 08:32:40 AM:

> Hello John,
> 
> With a little testing i got the following somehow strange result:
> For the PruebasBug example attached to AXISCPP-753 source code 
> generation goes well for C++ and for C.
> For my PegsTour.wsdl with C++ source code generation the AXISCPP-753
> problem does not show up anymore.
> For my PegsTour.wsdl with with C source code generation lots of 
> "ignoring anonymous type >t_BookingAgreementLine_SpecialSell" reappear?!
> What is going on here?
> Is perhaps C source code generation not as good supported as C++ 
> source code generation (or not actively mantained at all)?



AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Hello John,

With a little testing i got the following somehow strange result:
  a.. For the PruebasBug example attached to AXISCPP-753 source code
generation goes well for C++ and for C.
  b.. For my PegsTour.wsdl with C++ source code generation the AXISCPP-753
problem does not show up anymore.
  c.. For my PegsTour.wsdl with with C source code generation lots of
"ignoring anonymous type >t_BookingAgreementLine_SpecialSell" reappear?!
What is going on here?
Is perhaps C source code generation not as good supported as C++ source code
generation (or not actively mantained at all)?

Greetings

Franz

  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Donnerstag, 22. Dezember 2005 14:19
  An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?



  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" <fe...@isogmbh.de>
        20/12/2005 17:34 Please respond to
              axis-dev


       To "Apache AXIS C User List" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
              cc "Apache AXIS C Developers List" <ax...@ws.apache.org>,
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
<cd...@Virtusa.com>, <jm...@abysal.com>
              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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53
              Please respond to
              "Apache AXIS C User List"



              To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Hello John,

With a little testing i got the following somehow strange result:
  a.. For the PruebasBug example attached to AXISCPP-753 source code
generation goes well for C++ and for C.
  b.. For my PegsTour.wsdl with C++ source code generation the AXISCPP-753
problem does not show up anymore.
  c.. For my PegsTour.wsdl with with C source code generation lots of
"ignoring anonymous type >t_BookingAgreementLine_SpecialSell" reappear?!
What is going on here?
Is perhaps C source code generation not as good supported as C++ source code
generation (or not actively mantained at all)?

Greetings

Franz

  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Donnerstag, 22. Dezember 2005 14:19
  An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?



  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" <fe...@isogmbh.de>
        20/12/2005 17:34 Please respond to
              axis-dev


       To "Apache AXIS C User List" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
              cc "Apache AXIS C Developers List" <ax...@ws.apache.org>,
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
<cd...@Virtusa.com>, <jm...@abysal.com>
              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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53
              Please respond to
              "Apache AXIS C User List"



              To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Much better indeed.
Now my remaining problems are

Error occured generating code for t_HotelBookingRoomRevise. Yet we continue
to genarate other classes ... You should check the error
org.apache.axis.wsdl.wsdl2ws.WrapperFault: Error : an attribute is not basic
type
.
.
.
Possible error in class t_Age: class with no attributes....................
.
Possible error in class t_BookingNumber: class with no
attributes....................
.
Error occured generating code for t_HotelBookingRoomMutable. Yet we continue
to genarate other classes ... You should check the error
.
.
.
Error occured generating code for t_HotelBookingRoomBase. Yet we continue to
genarate other classes ... You should check  the error
.

(see attached WSDL/XSD).

Is this a known problem and is there a JIRA issue for it?
As a first measure the diagnostic could perhaps be improved (which attribute
is not basic type and btw. what does this mean?)?
Note that there is a small typo in the message (genarate instead of
generate).
This is for wsdl2ws; wsdl2java does not give any errors.

Greetings and thanks for the good work

Franz


  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Donnerstag, 22. Dezember 2005 14:19
  An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?



  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" <fe...@isogmbh.de>
        20/12/2005 17:34 Please respond to
              axis-dev


       To "Apache AXIS C User List" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
              cc "Apache AXIS C Developers List" <ax...@ws.apache.org>,
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
<cd...@Virtusa.com>, <jm...@abysal.com>
              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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53
              Please respond to
              "Apache AXIS C User List"



              To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



Re: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by John Hawkins <HA...@uk.ibm.com>.
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" <fe...@isogmbh.de> 
20/12/2005 17:34
Please respond to
axis-dev


To
"Apache AXIS C User List" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
cc
"Apache AXIS C Developers List" <ax...@ws.apache.org>, "Axis-User@Ws. 
Apache. Org" <ax...@ws.apache.org>, <cd...@Virtusa.com>, 
<jm...@abysal.com>
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:feh@isogmbh.de]
Gesendet: Dienstag, 20. Dezember 2005 16:19
An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org; 
cdinapala@Virtusa.com; jmf@abysal.com
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:HAWKINSJ@uk.ibm.com]
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; 
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
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" <fe...@isogmbh.de> 
20/12/2005 11:53 

Please respond to
"Apache AXIS C User List"



To
<cd...@Virtusa.com>, "Apache AXIS C Developers List" 
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org> 
cc
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
http://www.isogmbh.de



Re: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by John Hawkins <HA...@uk.ibm.com>.
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" <fe...@isogmbh.de> 
20/12/2005 17:34
Please respond to
axis-dev


To
"Apache AXIS C User List" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
cc
"Apache AXIS C Developers List" <ax...@ws.apache.org>, "Axis-User@Ws. 
Apache. Org" <ax...@ws.apache.org>, <cd...@Virtusa.com>, 
<jm...@abysal.com>
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:feh@isogmbh.de]
Gesendet: Dienstag, 20. Dezember 2005 16:19
An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org; 
cdinapala@Virtusa.com; jmf@abysal.com
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:HAWKINSJ@uk.ibm.com]
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; 
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
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" <fe...@isogmbh.de> 
20/12/2005 11:53 

Please respond to
"Apache AXIS C User List"



To
<cd...@Virtusa.com>, "Apache AXIS C Developers List" 
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org> 
cc
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
http://www.isogmbh.de



AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Thanks for the info.
Is there an AxisJava JIRA issue for this problem?
This isn't solely an AxisCpp one.
It would be nice if this could be resolved in both the 1.4 Java and 1.6
C/C++ release.

Best regards

Franz
  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Dienstag, 20. Dezember 2005 19:50
  An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?



  Ah - Sorry didn't read the wsdl enough. We fixed another problem in this
area. OK, I'll try to take a look at the issue soon - but no guarantees.




        "Franz Fehringer" <fe...@isogmbh.de>
        20/12/2005 17:34 Please respond to
              axis-dev


       To "Apache AXIS C User List" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
              cc "Apache AXIS C Developers List" <ax...@ws.apache.org>,
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
<cd...@Virtusa.com>, <jm...@abysal.com>
              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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53
              Please respond to
              "Apache AXIS C User List"



              To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Thanks for the info.
Is there an AxisJava JIRA issue for this problem?
This isn't solely an AxisCpp one.
It would be nice if this could be resolved in both the 1.4 Java and 1.6
C/C++ release.

Best regards

Franz
  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Dienstag, 20. Dezember 2005 19:50
  An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?



  Ah - Sorry didn't read the wsdl enough. We fixed another problem in this
area. OK, I'll try to take a look at the issue soon - but no guarantees.




        "Franz Fehringer" <fe...@isogmbh.de>
        20/12/2005 17:34 Please respond to
              axis-dev


       To "Apache AXIS C User List" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
              cc "Apache AXIS C Developers List" <ax...@ws.apache.org>,
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
<cd...@Virtusa.com>, <jm...@abysal.com>
              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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53
              Please respond to
              "Apache AXIS C User List"



              To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



AW: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
Thanks for the info.
Is there an AxisJava JIRA issue for this problem?
This isn't solely an AxisCpp one.
It would be nice if this could be resolved in both the 1.4 Java and 1.6
C/C++ release.

Best regards

Franz
  -----Ursprüngliche Nachricht-----
  Von: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
  Gesendet: Dienstag, 20. Dezember 2005 19:50
  An: axis-dev@ws.apache.org; axis-c-dev@ws.apache.org
  Betreff: Re: AW: AXISCPP-753 status (also relevant for Java Axis)?



  Ah - Sorry didn't read the wsdl enough. We fixed another problem in this
area. OK, I'll try to take a look at the issue soon - but no guarantees.




        "Franz Fehringer" <fe...@isogmbh.de>
        20/12/2005 17:34 Please respond to
              axis-dev


       To "Apache AXIS C User List" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
              cc "Apache AXIS C Developers List" <ax...@ws.apache.org>,
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
<cd...@Virtusa.com>, <jm...@abysal.com>
              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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53
              Please respond to
              "Apache AXIS C User List"



              To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



Re: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by John Hawkins <HA...@uk.ibm.com>.
Ah - Sorry didn't read the wsdl enough. We fixed another problem in this 
area. OK, I'll try to take a look at the issue soon - but no guarantees.





"Franz Fehringer" <fe...@isogmbh.de> 
20/12/2005 17:34
Please respond to
axis-dev


To
"Apache AXIS C User List" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
cc
"Apache AXIS C Developers List" <ax...@ws.apache.org>, "Axis-User@Ws. 
Apache. Org" <ax...@ws.apache.org>, <cd...@Virtusa.com>, 
<jm...@abysal.com>
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:feh@isogmbh.de]
Gesendet: Dienstag, 20. Dezember 2005 16:19
An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org; 
cdinapala@Virtusa.com; jmf@abysal.com
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:HAWKINSJ@uk.ibm.com]
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; 
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
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" <fe...@isogmbh.de> 
20/12/2005 11:53 

Please respond to
"Apache AXIS C User List"



To
<cd...@Virtusa.com>, "Apache AXIS C Developers List" 
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org> 
cc
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
http://www.isogmbh.de



Re: AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by John Hawkins <HA...@uk.ibm.com>.
Ah - Sorry didn't read the wsdl enough. We fixed another problem in this 
area. OK, I'll try to take a look at the issue soon - but no guarantees.





"Franz Fehringer" <fe...@isogmbh.de> 
20/12/2005 17:34
Please respond to
axis-dev


To
"Apache AXIS C User List" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@ws.apache.org>
cc
"Apache AXIS C Developers List" <ax...@ws.apache.org>, "Axis-User@Ws. 
Apache. Org" <ax...@ws.apache.org>, <cd...@Virtusa.com>, 
<jm...@abysal.com>
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:feh@isogmbh.de]
Gesendet: Dienstag, 20. Dezember 2005 16:19
An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org; 
cdinapala@Virtusa.com; jmf@abysal.com
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:HAWKINSJ@uk.ibm.com]
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; 
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
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" <fe...@isogmbh.de> 
20/12/2005 11:53 

Please respond to
"Apache AXIS C User List"



To
<cd...@Virtusa.com>, "Apache AXIS C Developers List" 
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org> 
cc
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
http://www.isogmbh.de



AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
    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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
    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" <fe...@isogmbh.de>
          20/12/2005 11:53 Please respond to
                "Apache AXIS C User List"


         To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
                cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
John Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
    http://www.isogmbh.de



AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
    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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
    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" <fe...@isogmbh.de>
          20/12/2005 11:53 Please respond to
                "Apache AXIS C User List"


         To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
                cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
John Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
    http://www.isogmbh.de



AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
    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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
    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" <fe...@isogmbh.de>
          20/12/2005 11:53 Please respond to
                "Apache AXIS C User List"


         To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
                cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
John Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
    http://www.isogmbh.de



AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
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:feh@isogmbh.de]
  Gesendet: Dienstag, 20. Dezember 2005 16:19
  An: HAWKINSJ@uk. ibm. com; axis-dev@ws.apache.org; Apache AXIS C User List
  Cc: Apache AXIS C Developers List; Axis-User@Ws. Apache. Org;
cdinapala@Virtusa.com; jmf@abysal.com
  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:HAWKINSJ@uk.ibm.com]
    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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
    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" <fe...@isogmbh.de>
          20/12/2005 11:53 Please respond to
                "Apache AXIS C User List"


         To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
                cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>,
John Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
    http://www.isogmbh.de



AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53 Please respond to
              "Apache AXIS C User List"


       To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53 Please respond to
              "Apache AXIS C User List"


       To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53 Please respond to
              "Apache AXIS C User List"


       To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



AW: AXISCPP-753 status (also relevant for Java Axis)?

Posted by Franz Fehringer <fe...@isogmbh.de>.
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:HAWKINSJ@uk.ibm.com]
  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;
Axis-User@Ws. Apache. Org; cdinapala@Virtusa.com
  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" <fe...@isogmbh.de>
        20/12/2005 11:53 Please respond to
              "Apache AXIS C User List"


       To <cd...@Virtusa.com>, "Apache AXIS C Developers List"
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
              cc "Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
  http://www.isogmbh.de



Re: AXISCPP-753 status (also relevant for Java Axis)?

Posted by John Hawkins <HA...@uk.ibm.com>.
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" <fe...@isogmbh.de> 
20/12/2005 11:53
Please respond to
"Apache AXIS C User List"


To
<cd...@Virtusa.com>, "Apache AXIS C Developers List" 
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
cc
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
http://www.isogmbh.de



Re: AXISCPP-753 status (also relevant for Java Axis)?

Posted by John Hawkins <HA...@uk.ibm.com>.
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" <fe...@isogmbh.de> 
20/12/2005 11:53
Please respond to
"Apache AXIS C User List"


To
<cd...@Virtusa.com>, "Apache AXIS C Developers List" 
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
cc
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
http://www.isogmbh.de



Re: AXISCPP-753 status (also relevant for Java Axis)?

Posted by John Hawkins <HA...@uk.ibm.com>.
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" <fe...@isogmbh.de> 
20/12/2005 11:53
Please respond to
"Apache AXIS C User List"


To
<cd...@Virtusa.com>, "Apache AXIS C Developers List" 
<ax...@ws.apache.org>, "axis-c-user" <ax...@ws.apache.org>
cc
"Axis-User@Ws. Apache. Org" <ax...@ws.apache.org>, John 
Hawkins/UK/IBM@IBMGB, <ax...@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:feh@isogmbh.de
http://www.isogmbh.de