3 Replies Latest reply on Sep 19, 2005 5:10 PM by platinumdragon

    All elements are SOAPElements?

      Hi,

      I have created a WSDL, and generated the server classes using wscompile. In looking at the objects created, all of my subelements are SOAPElements, instead of the type I specified.

      For instance,

      
      <xs:complexType name="MyType">
       <xs:all>
       <xs:element name="ComplexName" type="ComplexNameType"/>
       </xs:all>
      </xs:complexType>
      
      


      It'll generate a "MyType" class, but it will have a SOAPElement for ComplexName. Why is this?

      Thanks,
      Mike