diff options
author | snowdrop | 2004-10-29 09:27:02 +0000 |
---|---|---|
committer | snowdrop | 2004-10-29 09:27:02 +0000 |
commit | 7b58a8fb0b95d6809fbe3e8c7dc7a05729b6c828 (patch) | |
tree | ebd31f5db83e2f94329dd25067cdc856feaf76f6 /examples/csoap | |
parent | d24d6ab7bbfda8e302af3a5cf8be62299d543c1a (diff) | |
download | csoap-7b58a8fb0b95d6809fbe3e8c7dc7a05729b6c828.tar.gz csoap-7b58a8fb0b95d6809fbe3e8c7dc7a05729b6c828.tar.bz2 |
added hoption feature
Diffstat (limited to 'examples/csoap')
-rwxr-xr-x | examples/csoap/echoattachments-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/csoap/echoattachments-client.c b/examples/csoap/echoattachments-client.c index 1550c93..0f62fa7 100755 --- a/examples/csoap/echoattachments-client.c +++ b/examples/csoap/echoattachments-client.c @@ -1,5 +1,5 @@ /******************************************************************
- * $Id: echoattachments-client.c,v 1.4 2004/10/28 10:30:41 snowdrop Exp $
+ * $Id: echoattachments-client.c,v 1.5 2004/10/29 09:27:02 snowdrop Exp $
*
* CSOAP Project: CSOAP examples project
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -27,7 +27,7 @@ static const char *urn = "urn:examples";
-static const char *url = "http://localhost:10000/echoattachment";
+static const char *url = "http://localhost:10000/echoattachments";
static const char *method = "echo";
|