X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=936f31d134f839ee7f9cb13a0a7a99c02fb0c294;hb=8746c08e36ba07edc839f1396c17a27ea2915dc0;hp=9906fa44016af81400bb57e09aeeaca2aa6790c0;hpb=97554b23cfc19394bb77f7f3c4bf0c8abf89297b;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index 9906fa4..936f31d 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.20 2004-02-14 15:58:42 adam Exp $ + * $Id: seshigh.c,v 1.22 2004-03-16 13:12:43 adam Exp $ */ /* @@ -752,6 +752,7 @@ static void srw_bend_explain(association *assoc, request *req, rr.print = assoc->print; rr.explain_buf = 0; rr.database = srw_req->database; + rr.schema = "http://explain.z3950.org/dtd/2.0/"; (*assoc->init->bend_explain)(assoc->backend, &rr); if (rr.explain_buf) { @@ -857,6 +858,7 @@ static void process_http_request(association *assoc, request *req) } else { + yaz_log(LOG_LOG, "generate soap error"); http_code = 500; z_soap_error(assoc->encode, soap_package, "SOAP-ENV:Client", "Bad method", 0); @@ -1317,7 +1319,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) assoc->init->implementation_name, odr_prepend(assoc->encode, "GFS", resp->implementationName)); - version = odr_strdup(assoc->encode, "$Revision: 1.20 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.22 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,