You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2004/02/06 01:34:50 UTC

DO NOT REPLY [Bug 25191] - xs:group not supported by axis ( proxy java classes not made for group elements )

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25191>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25191

xs:group  not supported by axis ( proxy java classes not made for group elements )

dims@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From dims@yahoo.com  2004-02-06 00:34 -------
wsdl needs fixing...Here's the diff for the attached wsdl. Works fine with
latest cvs as we have fixed Bug 26548.

362c362
< <xs:group maxOccurs="unbounded" minOccurs="2" ref="bo:BooleanExpression"/>
---
> <xs:group maxOccurs="unbounded" minOccurs="2" ref="BooleanExpression"/>
367c367
< <xs:group ref="bo:BooleanExpression"/>
---
> <xs:group ref="BooleanExpression"/>
373c373
< <xs:group maxOccurs="2" minOccurs="2" ref="bo:SimpleExpression"/>
---
> <xs:group maxOccurs="2" minOccurs="2" ref="SimpleExpression"/>