projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb14e7c
)
ZOOM: Loosen NS check for SRU YAZ-716
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 20 Dec 2013 10:10:40 +0000
(11:10 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 20 Dec 2013 10:11:24 +0000
(11:11 +0100)
src/zoom-sru.c
patch
|
blob
|
history
diff --git
a/src/zoom-sru.c
b/src/zoom-sru.c
index
22ac8c3
..
f688749
100644
(file)
--- a/
src/zoom-sru.c
+++ b/
src/zoom-sru.c
@@
-435,9
+435,10
@@
int ZOOM_handle_sru(ZOOM_connection c, Z_HTTP_Response *hres,
{
Z_SOAP *soap_package = 0;
ODR o = c->odr_in;
- Z_SOAP_Handler soap_handlers[3] = {
+ Z_SOAP_Handler soap_handlers[4] = {
{YAZ_XMLNS_SRU_v1_response, 0, (Z_SOAP_fun) yaz_srw_codec},
{YAZ_XMLNS_SRU_v2_mask, 0, (Z_SOAP_fun) yaz_srw_codec},
+ {"searchRetrieveResponse", 0, (Z_SOAP_fun) yaz_srw_codec},
{0, 0, 0}
};
ret = z_soap_codec(o, &soap_package,