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-server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/csoap/echoattachments-server.c') diff --git a/examples/csoap/echoattachments-server.c b/examples/csoap/echoattachments-server.c index 319618d..701d6a6 100755 --- a/examples/csoap/echoattachments-server.c +++ b/examples/csoap/echoattachments-server.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: echoattachments-server.c,v 1.1 2004/10/15 13:42:57 snowdrop Exp $ + * $Id: echoattachments-server.c,v 1.2 2004/10/15 15:10:15 snowdrop Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2004 Ferhat Ayaz @@ -24,7 +24,7 @@ #include -static const char *url = "/axis/services/urn:EchoAttachmentsService"; +static const char *url = "/echoattachment"; static const char *urn = ""; static const char *method = "echo"; -- cgit v1.1-32-gdbae