X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fsoap.xml;h=a2de285ea62fc314e1fba0862e24c10cfb0cb405;hb=b77f4b5c2b191b83cf3f213faa8b6b263e36fea4;hp=33951f72af30b5bf3da38d6670fcf43cf9587ad7;hpb=8c2af81438405f3bbbd01a73265ce20edbd5bb73;p=yaz-moved-to-github.git diff --git a/doc/soap.xml b/doc/soap.xml index 33951f7..a2de285 100644 --- a/doc/soap.xml +++ b/doc/soap.xml @@ -1,12 +1,13 @@ - + SOAP and SRW Introduction - &yaz; uses a very simple implementation of SOAP that only, + &yaz; uses a very simple implementation of + SOAP that only, currenly, supports what is sufficient to offer SRW functionality. The implementation uses the - tree - API of libxml2 to encode and decode SOAP packages. + tree API of + libxml2 to encode and decode SOAP packages. Like the Z39.50 ASN.1 module, the &yaz; SRW implementation uses @@ -168,7 +169,7 @@ int yaz_srw_codec(ODR o, void * pptr, void *client_data, const char *ns); Here, Z_SRW_GDU is either - searchRetrieverequest or a searchRetrieveResponse. + searchRetrieveRequest or a searchRetrieveResponse.