From 195ea0810da00b2d23f153fb287724701040385b Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 3 Feb 2004 09:09:41 +0000 Subject: changes url adress --- examples/csoap/simpleclient.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +/* 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"; -- cgit v1.1-32-gdbae