SOAP::ISIWoK::Lite - search and query the ISI Web of Knowledge


SOAP-ISIWoK documentation  | view source Contained in the SOAP-ISIWoK distribution.

Index


NAME

Top

SOAP::ISIWoK::Lite - search and query the ISI Web of Knowledge

SYNOPSIS

Top

  use SOAP::ISIWoK::Lite;

  my $wok = SOAP::ISIWoK::Lite->new();

  my $doc = $wok->search( "AU = (Brody)" );

  # e.g. retrieve next set of records
  $doc = $wok->search( "AU = (Brody)", offset => 10, max => 20 );

  print $doc->toString;

DESCRIPTION

Top

This module is a lighter version that doesn't use SOAP::Lite.

SEE ALSO

Top

SOAP::ISIWoK, SOAP::Lite, http://www.isiknowledge.com/

AUTHOR

Top

Timothy D Brody, <tdb2@ecs.soton.ac.uk>

COPYRIGHT AND LICENSE

Top


SOAP-ISIWoK documentation  | view source Contained in the SOAP-ISIWoK distribution.