From 7b58a8fb0b95d6809fbe3e8c7dc7a05729b6c828 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 29 Oct 2004 09:27:02 +0000 Subject: added hoption feature --- examples/csoap/echoattachments-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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"; -- cgit v1.1-32-gdbae