From: Mike Taylor Date: Thu, 23 May 2013 15:49:46 +0000 (+0100) Subject: Fix documentation of pz:sru setting: the value "soap", not "srw", is X-Git-Tag: v1.6.31~1^2~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=3e762d9cf53e8ed8049d43879a32c0e72ad68dc5;hp=f9e9bf847cf81d621e4b9a7106f0dc74a1063785;p=pazpar2-moved-to-github.git Fix documentation of pz:sru setting: the value "soap", not "srw", is used to select the use of the SRW protocol, as determined from get_sru_mode_from_string() in yaz/src/zoom-c.c This resolves a long-standing conflict between the documentation for pazpar2 and MKAdmin. --- diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 6989939..a11061d 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -1344,7 +1344,7 @@ It has four possible settings. 'get', enables SRU access through GET requests. 'post' enables SRU/POST support, less commonly supported, but useful if very large requests are - to be submitted. 'srw' enables the SRW (SRU over SOAP) variation of + to be submitted. 'soap' enables the SRW (SRU over SOAP) variation of the protocol.