What is the axis2 version you are using?
This has been fixed for upcoming releases. See :
https://issues.apache.org/jira/browse/AXIS2-5319


On Tue, Mar 11, 2014 at 10:13 AM, Jasintha Dasanayaka
<jasint...@gmail.com>wrote:

>  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 & Regards Jasintha Dasanayake*
>
> mobile +94 (0)71 624 1368 ,
>
>

Reply via email to