Hi Nicolas,
Will search eXo wsrp project, this service is based on Axis1 1.4
Look for sources how to generate WSDL2Java.
HTH,
Alexey
On Tue, Oct 16, 2007 at 1:34 PM, Nicolas Vahlas <[EMAIL PROTECTED]> wrote:
> Axis: Axis-1_3 or Axis-1_4
> Java: JDK 1.6 or JDK 1.4
> Ant: Apache Ant 1.6.5
>
> When running the WSDL2Java ant task on the WSDL of the WSRP (Web
> Services for Remote Protlets) retrieved from OASIS along with all the
> files imported by this WSDL file, I get the following error:
>
> [axis-wsdl2java] java.lang.ClassCastException: java.util.ArrayList
> [axis-wsdl2java] at
> org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:724)
> [axis-wsdl2java] at
> org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:543)
> [axis-wsdl2java] at
> org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:518)
> [axis-wsdl2java] at
> org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:495)
> [axis-wsdl2java] at
> org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
> [axis-wsdl2java] at java.lang.Thread.run(Thread.java:595)
>
> My build.xml file contains the following call to the WSDL2Java ant task:
>
> <target name="WSDL2JAVA">
> <axis-wsdl2java output="${local.src.dir}"
> verbose="true"
> url="${wsdl.url}"
> debug="true"
> wrapArrays="true">
> </axis-wsdl2java>
> </target>
>
> I have searched around the Internet and the mailing lists in order to
> find out what may be wrong with no success. Can anyone help me on that ?
>
> Thanks,
> Nicolas
>
> --
> VAHLAS Nicolas
> Technical Architect
>
> Quality & Reliability
> Address: Konitsis 11B,
> 151 25 Marousi
> Tel.: (+ 30) 210 80 29 409 (270)
> Mobile: (+ 30) 694 58 76 506
> Mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>