in reply to Re: wsdl2perl deep recursion
in thread wsdl2perl deep recursion

Thanks, that seems to have worked after a little tweak

perl5.10.1_64/bin/wsdl2perl.pl Can't modify constant item in scalar assignment at /perl5.10.1_64/bin/ +wsdl2perl.pl line 30, near "1," BEGIN not safe after errors--compilation aborted at /perl5.10.1_64/bin +/wsdl2perl.pl line 34.

Changed line 30 from "xmltypes = 1," to "xmltypes => 1,"