I am trying to generate java code(using wsdl2java tool) by pointing  a
WSDL file. That WSDL file contains a schema import, that schema has
following complex element .

-------------------------------------------------
<xsd:element name="QuerySampleResultRow" type="tns:QueryResultRowType"/>
  <xsd:complexType name="QuerySampleResultRowType">
    <xsd:annotation>
      <xsd:documentation>A Sample result.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element name="value" type="xsd:anySimpleType" nillable="true"
maxOccurs="unbounded" >
        <xsd:annotation>
          <xsd:documentation>A value in a row. </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
-------------------------------------------------

There is a compilation error in the generate code. I came across that is
due to  "xsd:anySimpleType" element , If use "xsd:string" instead of having
this "xsd:anySimpleType" there are no errors in the generated codes , But
unfortunately i cannot modify the schema . Can you please suggest a way to
 do this without changing the schema.


Thanks and Regards
/Jasintha

-- 



*Thanks & RegardsJasintha Dasanayake*

mobile +94 (0)71 624 1368 ,

Reply via email to