I tried this module against the wsdl of the Magento shopping cart -
everything died almost immediately. Here is the single step to reproduce
(the SOAP URL is public):
rabbit@Thesaurus:~/wsdl$ wsdl2perl.pl -b Magento
http://demo.magentocommerce.com/api/soap/?wsdl
Can't locate object method "get_attributeGroup" via package
"SOAP::WSDL::XSD::ComplexType" at
/usr/local/share/perl/5.10.0/SOAP/WSDL/Base.pm line 82
at line 103 at /usr/local/share/perl/5.10.0/SOAP/WSDL/Expat/Base.pm line 82
at line 7 at /usr/local/share/perl/5.10.0/SOAP/WSDL/Expat/Base.pm line 82
Module version is latest:
rabbit@Thesaurus:~/wsdl$ perl -MSOAP::WSDL\ 999
SOAP::WSDL version 999 required--this is only version 2.00.09.
BEGIN failed--compilation aborted.
Thanks