Thread

Posted on Thu May 8 23:35:23 2008 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 Fri May 9 04:39:56 2008 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 Fri May 9 04:54:51 2008 by m2 in response to 7842
Re: wsdl2perl.pl error (can't call method
Thank you, m2
Write a response