Hello,

I found that this had been documented under 

http://issues.apache.org/jira/browse/AXIS-1881

I was wondering if anyone had a workaround or knew
when a patch might be available?

thanks,
Garret




List:       axis-user
Subject:    Re: xsd:any element not in the generated
wsdl
From:       Davanum Srinivas <davanum () gmail ! com>
Date:       2005-03-16 18:29:53
Message-ID: 19e0530f050316102967b69c85 () mail ! gmail
! com
[Download message RAW]

this is a bug. please report it.

thx,
dims


On Wed, 16 Mar 2005 18:03:45 -0000 (GMT), Daniel
Beland
<[EMAIL PROTECTED]> wrote:
> 
> 
> Hi,
> 
> I try to generate java code from a wsdl with the
following complexType:
> 
> <complexType name="xmlData">
>   <sequence>
>     <any namespace="##any" processContents="lax"
minOccurs="0"
> maxOccurs="unbounded"/>
>   </sequence>
> </complexType>
> 
> wsdl2java generates the XmlData class correctly with
a single field
> private org.apache.axis.message.MessageElement []
_any;
> 
> But when I install this on tomcat and look at the
wsdl generated by Axis,
> the xmlData complexType now looks like this:
> 
> <complexType name="xmlData">
>   <sequence/>
> </complexType>
> 
> Now I cannot validate my client against the wsdl,
because it says that the
> complexType xmlData doesn't have a child element. Is
this a bug or is
> there a special serializer to use instead of
BeanSerializer, or am I doing
> something wrong?
> 
> I tried a lot of things but I'm stuck so any help
would be appreciated.
> 
> Thanks,
> Daniel
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to