Hi all,

I'm using axis2 1.1.1 and Ihave a problem when generating the wsdl from my Java 
classes. I use a class PrimitiveParameter that extends from Parameter  and in 
the wsdl  they appear as if they were independent. PrimitiveParameter has its 
own fields and the fields inherited from Parameter but it has no reference to 
the relationship betwen them. I think there should be something like a 
restriction base referencing Parameter from PrimitiveParameter. Am I right??

<xs:element name="PrimitiveParameter" type="ax23:PrimitiveParameter"/>
 <xs:complexType name="PrimitiveParameter">
                <xs:sequence>
                    ...
                </xs:sequence>
 </xs:complexType>
           
 <xs:element name="Parameter" type="ax23:Parameter"/>
 <xs:complexType name="Parameter">
                <xs:sequence>
                    .......
                </xs:sequence>
   </xs:complexType>



It's that a known issue???

Thanks in advance,

Jorge Fernández



                
---------------------------------

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com

Reply via email to