in reply to wsdl2perl deep recursion

Try the developer release http://search.cpan.org/~mkutter/SOAP-WSDL-2.00.99_3/

Replies are listed 'Best First'.
Re^2: wsdl2perl deep recursion
by isutommyt (Initiate) on Aug 24, 2010 at 15:42 UTC

    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,"