summaryrefslogtreecommitdiffstats
path: root/examples/csoap/echoattachments-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/csoap/echoattachments-client.c')
-rwxr-xr-xexamples/csoap/echoattachments-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/csoap/echoattachments-client.c b/examples/csoap/echoattachments-client.c
index 63b7a21..352a73c 100755
--- a/examples/csoap/echoattachments-client.c
+++ b/examples/csoap/echoattachments-client.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: echoattachments-client.c,v 1.2 2004/10/15 13:53:36 snowdrop Exp $
+ * $Id: echoattachments-client.c,v 1.3 2004/10/15 15:10:14 snowdrop Exp $
*
* CSOAP Project: CSOAP examples project
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -27,7 +27,7 @@
/*
static const char *url = "http://csoap.sourceforge.net/cgi-bin/csoapserver";
*/
-static const char *url = "http://localhost:10000/echoattachments";
+static const char *url = "http://localhost:10000/echoattachment";
static const char *urn = "";
static const char *method = "echo";