I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-05-08 20:35:23-07 by m2
wsdl2perl.pl error (can't call method
Hi, I apologize if this is pilot error. I get this error from wsdl2perl.pl: wsdl2perl.pl http://testing.contentnow.com/services/SmartSubs.wsdl.php Can't call method "get_schema" on an undefined value at /usr/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Generator/Template/XSD.pm line 83.
Direct Responses: 7842 | Write a response
Posted on 2008-05-09 01:39:56-07 by noah in response to 7841
Re: wsdl2perl.pl error (can't call method

I've not done an exhustive analysis to determine what (if anything) *else* is incorrect, but the WSDL in question is RPC/encoded; SOAP::WSDL currently only supports document/literal:

http://search.cpan.org/~mkutter/SOAP-WSDL-2.00.01/lib/SOAP/WSDL.pm#Message_style/encoding

Direct Responses: 7843 | Write a response
Posted on 2008-05-09 01:54:51-07 by m2 in response to 7842
Re: wsdl2perl.pl error (can't call method
Thank you, m2
Direct Responses: Write a response