Subject: | Can't call method "schema_url" on an undefined value |
Date: | Fri, 07 Mar 2008 02:52:21 +0100 |
To: | bug-SOAP-WSDL [...] rt.cpan.org, martin.kutter [...] fen-net.de |
From: | Marten Lehmann <lehmann [...] cnm.de> |
Hello,
I'm using SOAP-Lite-0.60 with SOAP-WSDL-1.27. I tried several variations
of the code:
$soap = SOAP::WSDL->new();
$soap->wsdl("https://www.afnic.fr/data/webservices/wsdl/Contact.wsdl");
or
$soap = SOAP::WSDL->new();
$soap->wsdl(./Contact.wsdl);
or
$soap = SOAP::WSDL->new("wsdl" => "./Contact.wsdl");
but as soon as I call
$soap->wsdlinit();
I get:
Can't call method "schema_url" on an undefined value at
/usr/lib/perl5/site_perl/5.8.5/SOAP/WSDL.pm line 63.
I have also installed XML-XPath-1.13.
Any ideas?
Regards
Marten