EPrints Technical Mailing List Archive
Message: #05162
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: Antwort: ISI WoK plugin configuration
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: Antwort: ISI WoK plugin configuration
- From: George Mamalakis <mamalos@eng.auth.gr>
- Date: Tue, 24 Nov 2015 13:22:41 +0200
OK,
I moved on with this, and it seems to be an authorisation problem. I wrote a script that mimics the plugin's behaviour step-by-step (code follows) which moves on with authentication, but stops when the search is executed: #!/usr/bin/perl -w -I /usr/share/eprints3/perl_lib use SOAP::ISIWoK; my $wok = SOAP::ISIWoK->new; my $som = $wok->authenticate(); if ($som->fault) { die $som->faultstring; } $som = $wok->search("PY = 2006 and OG = (Cambridge)"); if ($som->fault) { die $som->faultstring; } so, the code after the query returns a fault and the error message is: Not authorized for product: WWS at ./bin/mamalos/test_isi_lugin.pl line 12. Does this mean that our institution needs a different type of account in order to use the search functionality of the API or is it something related to the plugin? Thanks all in advance. On 13/11/2015 12:15 μμ, George Mamalakis wrote:
-- George Mamalakis IT and Security Officer, Electrical and Computer Engineer (Aristotle Univ. of Thessaloniki), PhD (Aristotle Univ. of Thessaloniki), MSc (Imperial College of London) School of Electrical and Computer Engineering Aristotle University of Thessaloniki phone number : +30 (2310) 994379 |
- References:
- [EP-tech] search in multiple text fields
- From: Thomas Lauke <th.lauke@arcor.de>
- [EP-tech] ISI WoK plugin configuration
- From: George Mamalakis <mamalos@eng.auth.gr>
- [EP-tech] Antwort: ISI WoK plugin configuration
- From: martin.braendle@id.uzh.ch
- [EP-tech] Re: Antwort: ISI WoK plugin configuration
- From: George Mamalakis <mamalos@eng.auth.gr>
- [EP-tech] Re: Antwort: ISI WoK plugin configuration
- From: George Mamalakis <mamalos@eng.auth.gr>
- [EP-tech] search in multiple text fields
- Prev by Date: [EP-tech] Re: IRStats2: incremental cron job
- Next by Date: [EP-tech] Re: problem with multiple archives from
- Previous by thread: [EP-tech] Re: Antwort: ISI WoK plugin configuration
- Next by thread: [EP-tech] Re: ISI WoK plugin configuration
- Index(es):