X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fsoap.xml;h=c665367aefdace831944751af099482af67791ab;hp=46e785f9bcc5a7ffe4be2f05d1066a18796c22b4;hb=c91efbe35fe8ff53aeafedf0ffb8f1b90841ecdc;hpb=62d24093ae987d90e07a40a8d75f1338b5bbb14b diff --git a/doc/soap.xml b/doc/soap.xml index 46e785f..c665367 100644 --- a/doc/soap.xml +++ b/doc/soap.xml @@ -1,10 +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. @@ -168,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. @@ -222,7 +222,7 @@ typedef struct { int * numberOfRecords; char * resultSetId; int * resultSetIdleTime; - + Z_SRW_record *records; int num_records;