From: Mike Taylor Date: Tue, 24 Oct 2006 11:48:42 +0000 (+0000) Subject: Note on selecting SRU dialect, including SRW. X-Git-Tag: YAZ.2.1.38~12 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=5685184f38bc71ece7593fa7ee3f82ebe31b5054;p=yaz-moved-to-github.git Note on selecting SRU dialect, including SRW. --- diff --git a/doc/zoom.xml b/doc/zoom.xml index a50eb3e..74aed36 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -20,7 +20,7 @@ ZOOM_options_set_int(opt, name, value) ZOOM_connection_scan1 (ZOOM_connection c, ZOOM_query startterm) ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) --> - + ZOOM &zoom; is an acronym for 'Z39.50 Object-Orientation Model' and is @@ -34,7 +34,11 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) A recent addition to &yaz; is SRU support. You can now make SRU ZOOM connections by specifying scheme http:// - for the hostname for a connection. + for the hostname for a connection. The dialect of SRU used is + specified by the value of the connection's sru + option, which may be SRU over HTTP GET (get), + SRU over HTTP POST (post) or SRW (SRU over + SOAP) (soap).