diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/csoap/simpleclient.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/csoap/simpleclient.c b/examples/csoap/simpleclient.c index 4d08c5c..2bb760d 100644 --- a/examples/csoap/simpleclient.c +++ b/examples/csoap/simpleclient.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: simpleclient.c,v 1.1 2004/02/03 08:58:34 snowdrop Exp $ + * $Id: simpleclient.c,v 1.2 2004/02/03 09:09:41 snowdrop Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003 Ferhat Ayaz @@ -24,7 +24,10 @@ #include <libcsoap/soap-client.h> +/* static const char *url = "http://csoap.sourceforge.net/cgi-bin/csoapserver"; +*/ +static const char *url = "http://localhost:10000/csoapserver"; static const char *urn = "urn:examples"; static const char *method = "sayHello"; |