X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fsoap.xml;h=c665367aefdace831944751af099482af67791ab;hp=ce26f63eff12aa59e2070fc5a54858b9d7a41332;hb=053367cbe356fb3ce0def34b065dae589d700daf;hpb=21f7c16c6b1b694405dbc1760d3d6cb3caac38f6 diff --git a/doc/soap.xml b/doc/soap.xml index ce26f63..c665367 100644 --- a/doc/soap.xml +++ b/doc/soap.xml @@ -1,11 +1,10 @@ - SOAP and SRU Introduction - &yaz; uses a very simple implementation of + &yaz; uses a very simple implementation of SOAP that only, currenly, supports what is sufficient to offer SRU SOAP functionality. - The implementation uses the + The implementation uses the tree API of libxml2 to encode and decode SOAP packages. @@ -169,7 +168,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. @@ -223,7 +222,7 @@ typedef struct { int * numberOfRecords; char * resultSetId; int * resultSetIdleTime; - + Z_SRW_record *records; int num_records;