Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 99576 invoked from network); 7 Jul 2004 07:24:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jul 2004 07:24:13 -0000 Received: (qmail 3719 invoked by uid 500); 7 Jul 2004 07:24:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 3686 invoked by uid 500); 7 Jul 2004 07:24:33 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 3671 invoked by uid 99); 7 Jul 2004 07:24:32 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 07 Jul 2004 00:24:32 -0700 Received: (qmail 99540 invoked by uid 1683); 7 Jul 2004 07:24:08 -0000 Date: 7 Jul 2004 07:24:08 -0000 Message-ID: <20040707072408.99539.qmail@minotaur.apache.org> From: damitha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/samples/client/simple CalcClient.cpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N damitha 2004/07/07 00:24:08 Modified: c/samples/client/simple Tag: Release1-2-branch CalcClient.cpp Log: (null) Revision Changes Path No revision No revision 1.6.2.1 +2 -2 ws-axis/c/samples/client/simple/CalcClient.cpp Index: CalcClient.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/samples/client/simple/CalcClient.cpp,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -r1.6 -r1.6.2.1 --- CalcClient.cpp 4 Jul 2004 12:49:16 -0000 1.6 +++ CalcClient.cpp 7 Jul 2004 07:24:08 -0000 1.6.2.1 @@ -6,7 +6,7 @@ int main(int argc, char* argv[]) { - char endpoint[256]; + char endpoint[512]; const char* server="localhost"; const char* port="80"; const char* op = 0; @@ -52,7 +52,7 @@ if (strcmp(op, "add") == 0) { iResult = ws.add(i1, i2); - ws.getFaultDetail(&pcDetail); + //ws.getFaultDetail(&pcDetail); printf("pcDetail:%s\n", pcDetail); } else if (strcmp(op, "sub") == 0)