diff options
Diffstat (limited to 'examples/csoap')
-rwxr-xr-x | examples/csoap/echoattachments-client.c | 9 | ||||
-rw-r--r-- | examples/csoap/simpleclient.c | 8 | ||||
-rw-r--r-- | examples/csoap/soapclient.c | 8 |
3 files changed, 5 insertions, 20 deletions
diff --git a/examples/csoap/echoattachments-client.c b/examples/csoap/echoattachments-client.c index 5c22805..fbee05e 100755 --- a/examples/csoap/echoattachments-client.c +++ b/examples/csoap/echoattachments-client.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: echoattachments-client.c,v 1.15 2006/11/25 15:06:57 m0gg Exp $ + * $Id: echoattachments-client.c,v 1.16 2006/11/30 14:23:59 m0gg Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2004 Ferhat Ayaz @@ -24,13 +24,8 @@ #include <stdlib.h> #include <libxml/tree.h> +#include <libxml/uri.h> -#include <nanohttp/nanohttp-error.h> -#include <nanohttp/nanohttp-common.h> -#include <nanohttp/nanohttp-logging.h> - -#include <libcsoap/soap-env.h> -#include <libcsoap/soap-ctx.h> #include <libcsoap/soap-client.h> static const char *urn = "urn:examples"; diff --git a/examples/csoap/simpleclient.c b/examples/csoap/simpleclient.c index 757b2cf..eacc886 100644 --- a/examples/csoap/simpleclient.c +++ b/examples/csoap/simpleclient.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: simpleclient.c,v 1.20 2006/11/29 11:04:24 m0gg Exp $ + * $Id: simpleclient.c,v 1.21 2006/11/30 14:23:59 m0gg Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2004 Ferhat Ayaz @@ -26,12 +26,6 @@ #include <libxml/tree.h> #include <libxml/uri.h> -#include <nanohttp/nanohttp-error.h> -#include <nanohttp/nanohttp-logging.h> - -#include <libcsoap/soap-ctx.h> -#include <libcsoap/soap-env.h> -#include <libcsoap/soap-addressing.h> #include <libcsoap/soap-client.h> static char *url = "http://localhost:10000/csoapserver"; diff --git a/examples/csoap/soapclient.c b/examples/csoap/soapclient.c index 5b98e91..00ddbbf 100644 --- a/examples/csoap/soapclient.c +++ b/examples/csoap/soapclient.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soapclient.c,v 1.12 2006/11/26 20:13:05 m0gg Exp $ + * $Id: soapclient.c,v 1.13 2006/11/30 14:23:59 m0gg Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2006 Adrianus Warmehoven @@ -25,12 +25,8 @@ #include <ctype.h> #include <libxml/tree.h> +#include <libxml/uri.h> -#include <nanohttp/nanohttp-error.h> - -#include <libcsoap/soap-fault.h> -#include <libcsoap/soap-env.h> -#include <libcsoap/soap-ctx.h> #include <libcsoap/soap-client.h> #define MAX_LINE_LENGTH 65535 |