diff --git a/WosQuery.sh b/WosQuery.sh index 761e5d2..a3955f1 100755 --- a/WosQuery.sh +++ b/WosQuery.sh @@ -4,8 +4,8 @@ # Initialisation des variables pour les options programme=$(basename $0) substitut=$(echo $programme | sed 's/./ /g') -version='1.2.2' -modif='21/02/2022' +version='1.2.3' +modif='11/03/2022' function usage { @@ -286,7 +286,7 @@ out='WosApiOut.txt' err='WosApiErr.txt' -curl -X POST -d @search$$.xml -b $cookie -c $cookies -v 'http://search.webofknowledge.com/esti/wokmws/ws/WokSearch?wsdl' \ +curl -X POST -d @search$$.xml -b $cookie -c $cookie -v 'http://search.webofknowledge.com/esti/wokmws/ws/WokSearch?wsdl' \ -H "Cookie: SID=$sid" 2> $err | xmllint -format - > $out qid=$(perl -ne 'print "$1" if m|(.+?)|;' $out)