X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fsoap.xml;h=a954ccfa4fc1bf3bfb5f1be61791fea606dd0576;hb=4908617c38ed64cae87afb6d6fc448e23c5ffa43;hp=8a962b24202e386ddffea749f91193640e1fe1c0;hpb=add5a2db6b4360b1b448ad09f991a3977eb1220d;p=yaz-moved-to-github.git diff --git a/doc/soap.xml b/doc/soap.xml index 8a962b2..a954ccf 100644 --- a/doc/soap.xml +++ b/doc/soap.xml @@ -1,4 +1,4 @@ - + SOAP and SRW Introduction @@ -104,7 +104,7 @@ int z_soap_codec(ODR o, Z_SOAP **pp, The handlers is a list of SOAP services codec handlers - one handler for each service namespace. For SRW, the - namespace is http://www.loc.gov/zing/srw/v1.0/. + namespace is http://www.loc.gov/zing/srw/v1.0/. Each handler is define as follows: @@ -127,7 +127,7 @@ int handler(ODR o, void * ptr, void **handler_data, - SRW + SRW SRW is just one kind of SOAP handler as described in the previous section.