Hi all
 
Am trying to connect to a wsdl from a perl client. This is the client code that am using as of now- yes its from the 'net
 
#!perl -w
  use SOAP::Lite;
 
  print SOAP::Lite
    -> service('http://www.xmethods.net/sd/StockQuoteService.wsdl')
    -> getQuote('MSFT');
 
however on running this perl client, I dont get any output, am expecting a float value of 26.91. Could anyone out there help ?
 
Constant name 'URI_1999_SCHEMA_XSD' has unknown problems at /usr/lib/perl5/site_perl/5.8.0/SOAP/Lite.pm line 291
        constant::import('constant','URI_1999_SCHEMA_XSD','http://www.w3.org/1999/XMLSchema') called at /usr/lib/perl5/site_perl/5.8.0/SOAP/Lite.pm line 291
        SOAP::Constants::BEGIN() called at /usr/lib/perl5/5.8.0/constant.pm line 291
        eval {...} called at /usr/lib/perl5/5.8.0/constant.pm line 291
        require SOAP/Lite.pm called at PerlClient.pl line 3
        main::BEGIN() called at /usr/lib/perl5/5.8.0/constant.pm line 291
        eval {...} called at /usr/lib/perl5/5.8.0/constant.pm line 291
main::(PerlClient.pl:5):          print SOAP::Lite
main::(PerlClient.pl:6):            -> service('http://www.xmethods.net/sd/StockQuoteService.wsdl')
main::(PerlClient.pl:7):            -> getQuote('MSFT');
  DB<1>
 
  DB<1> q
[EMAIL PROTECTED] bin]$
 
rgds
Sagitha


Start your day with Yahoo! - make it your home page


Start your day with Yahoo! - make it your home page
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to