From 9b300defa7ce03d8e2b78d6c0352f0245fcc7765 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 15 Oct 2004 15:10:14 +0000 Subject: updated for compiling under *nix --- examples/csoap/echoattachments-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/csoap/echoattachments-client.c') 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"; -- cgit v1.1-32-gdbae