X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsoap.c;h=8a10195ef012153e0b3ea7d73f8f65c08c332c79;hb=05c274ef315384faafcc5900c17468f0ea2474e6;hp=d2f38f8eb4c303ed51297055c2ac61288718fd9b;hpb=0420d74c15267c4cb7903503b51937f836096b7a;p=yaz-moved-to-github.git diff --git a/src/soap.c b/src/soap.c index d2f38f8..8a10195 100644 --- a/src/soap.c +++ b/src/soap.c @@ -2,7 +2,14 @@ * Copyright (c) 2002-2004, Index Data. * See the file LICENSE for details. * - * $Id: soap.c,v 1.8 2004-10-02 13:28:26 adam Exp $ + * $Id: soap.c,v 1.9 2004-10-15 00:19:00 adam Exp $ + */ +/** + * \file soap.c + * \brief Implements SOAP + * + * This implements encoding and decoding of SOAP packages using + * Libxml2. */ #include