X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsoap.c;h=3de5e292673833f4de0dad6d66d8997edfe0e83f;hp=d2f38f8eb4c303ed51297055c2ac61288718fd9b;hb=4c176312acdc3444c9afc820f76a393e64668e52;hpb=dd7de5f04a0de631f98ad9c4774f2111a85388e5 diff --git a/src/soap.c b/src/soap.c index d2f38f8..3de5e29 100644 --- a/src/soap.c +++ b/src/soap.c @@ -1,8 +1,15 @@ /* - * Copyright (c) 2002-2004, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * 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.10 2005-01-15 19:47:14 adam Exp $ + */ +/** + * \file soap.c + * \brief Implements SOAP + * + * This implements encoding and decoding of SOAP packages using + * Libxml2. */ #include