X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fsoap.xml;h=ce26f63eff12aa59e2070fc5a54858b9d7a41332;hp=a2de285ea62fc314e1fba0862e24c10cfb0cb405;hb=21f7c16c6b1b694405dbc1760d3d6cb3caac38f6;hpb=bb7daed8b7299999f1c25e4e768e5e510d4b7e98 diff --git a/doc/soap.xml b/doc/soap.xml index a2de285..ce26f63 100644 --- a/doc/soap.xml +++ b/doc/soap.xml @@ -1,16 +1,16 @@ - -SOAP and SRW + +SOAP and SRU Introduction &yaz; uses a very simple implementation of SOAP that only, - currenly, supports what is sufficient to offer SRW functionality. + currenly, supports what is sufficient to offer SRU SOAP functionality. The implementation uses the tree API of libxml2 to encode and decode SOAP packages. - Like the Z39.50 ASN.1 module, the &yaz; SRW implementation uses + Like the Z39.50 ASN.1 module, the &yaz; SRU implementation uses simple C structs to represent SOAP packages as well as HTTP packages. @@ -104,7 +104,7 @@ int z_soap_codec(ODR o, Z_SOAP **pp, The handlers is a list of SOAP codec - handlers - one handler for each service namespace. For SRW, the + handlers - one handler for each service namespace. For SRU SOAP, the namespace would be http://www.loc.gov/zing/srw/v1.0/. @@ -155,11 +155,11 @@ int handler(ODR o, void * ptr, void **handler_data, Finally, ns the service namespace. - SRW + SRU - SRW is just one implementation of a SOAP handler as described + SRU SOAP is just one implementation of a SOAP handler as described in the previous section. - The encoder/decoder handler for SRW is defined as + The encoder/decoder handler for SRU is defined as follows: #include <yaz/srw.h>