Hi Muzaffer;
is this Axis2 or Axis 1.x ?

Thanks
Deepal

> I'm not sure if this is about something I'm missing but here it is:
>
> See the pieces below. The first element, I marked with x, imgLarge is
> of type xsd:anyType while others are correct types. What do you think
> causes that?
>
> Generated WSDL===========
>
>    <complexType name="ImageItem">
>     <complexContent>
>      <extension base="impl:DLPItem">
>       <sequence>
> x       <element name="imgLarge" nillable="true" type="xsd:anyType"/>
>        <element name="imgScreen" nillable="true" type="impl:DLPImage"/>
>        <element name="imgThumb" nillable="true" type="impl:DLPImage"/>
>        <element name="memberOf" nillable="true" type="impl:ItemId"/>
>       </sequence>
>      </extension>
>     </complexContent>
>    </complexType>
>
> Java Code I wrote===========
> public class ImageItem extends DLPItem {
>    private DLPImage imgThumb = null;
>    private DLPImage imgScreen = null;
>    private DLPImage imgLarge = null;
>    private ItemId memberOf = null;
>
>     /* Setters and getters here */
> }
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to