Hi,
I have installed the example server script test.cgi from SOAP::Clean examples
Ref
http://backpan.perl.org/authors/id/S/ST/STODGHIL/SOAP-Clean-0.02.readme


Now I have a simple perl script just connecting to this server , but it is failing

#!/usr/bin/perl
use SOAP::WSDL;
use strict;
my $url='http://192.168.2.105/rambin/test.cgi';
my $soap=SOAP::WSDL->new( wsdl => $url);
$soap->proxy('http://localhost');
$soap->servicename('arithmetic-test');
$soap->wsdlinit;

---------------------------------
OUTPUT
SOAP::Schema->schema has been deprecated. Please use SOAP::Schema->schema_url instead. at /usr/lib/perl5/site_perl/5.8.5/SOAP/Lite.pm line 2885. Error processing WSDL: cannot get <definition targetNamespace=''> at /usr/lib/perl5/site_perl/5.8.5/SOAP/WSDL.pm line 62.



Can someone help me debug this ?
Thanks
Ram

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to