protecting log rotation with a mutex
[yaz-moved-to-github.git] / doc / soap.xml
index 33951f7..87a07f7 100644 (file)
@@ -1,8 +1,9 @@
-<!-- $Id: soap.xml,v 1.3 2003-02-23 14:24:09 adam Exp $ -->
+<!-- $Id: soap.xml,v 1.5 2003-11-19 22:05:15 adam Exp $ -->
 <chapter id="soap"><title>SOAP and SRW</title>
   <sect1 id="soap.introduction"><title>Introduction</title>
     <para>
-      &yaz; uses a very simple implementation of SOAP that only,
+      &yaz; uses a very simple implementation of 
+      <ulink url="http://www.w3.org/TR/SOAP/">SOAP</ulink> that only,
       currenly, supports what is sufficient to offer SRW functionality.
       The implementation uses the 
       <ulink url="http://www.xmlsoft.org/html/libxml-tree.html">tree
@@ -168,7 +169,7 @@ int yaz_srw_codec(ODR o, void * pptr,
                   void *client_data, const char *ns);
       </synopsis>
       Here, <literal>Z_SRW_GDU</literal> is either
-      searchRetrieverequest or a searchRetrieveResponse. 
+      searchRetrieveRequest or a searchRetrieveResponse. 
     </para>
     <note>
       <para>