diff --git a/perl_lib/EPrints/Plugin/Import/ISIWoKXML.pm b/perl_lib/EPrints/Plugin/Import/ISIWoKXML.pm index 1ecbfe4df..e6c74c813 100644 --- a/perl_lib/EPrints/Plugin/Import/ISIWoKXML.pm +++ b/perl_lib/EPrints/Plugin/Import/ISIWoKXML.pm @@ -157,7 +157,7 @@ sub start_element $self->{characters} = \$epdata->{projects}[-1]; } elsif ($path =~ m{^/records/REC/static_data/fullrecord_metadata/fund_ack/fund_text\b}) { - $self->{characters} = \$epdata->{notes}; + $self->{characters} = \$epdata->{note}; } else { $self->{characters} = undef; diff --git a/perl_lib/SOAP/ISIWoK.pm b/perl_lib/SOAP/ISIWoK.pm index c4080eb24..a1533700e 100644 --- a/perl_lib/SOAP/ISIWoK.pm +++ b/perl_lib/SOAP/ISIWoK.pm @@ -1,6 +1,6 @@ package SOAP::ISIWoK; -use SOAP::Lite; +use SOAP::Lite on_action => sub {}; use HTTP::Cookies; use MIME::Base64; #use SOAP::Lite +'trace';