summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar snowdrop2004-02-03 09:09:41 +0000
committerGravatar snowdrop2004-02-03 09:09:41 +0000
commit195ea0810da00b2d23f153fb287724701040385b (patch)
treec57d0647573f8091df9bc4a5bedf6799c7c17af1
parent889a90340eec29e63cb7b8b8095442d5858ad7ce (diff)
downloadcsoap-195ea0810da00b2d23f153fb287724701040385b.tar.gz
csoap-195ea0810da00b2d23f153fb287724701040385b.tar.bz2
changes url adress
-rw-r--r--examples/csoap/simpleclient.c5
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";