Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 47934 invoked from network); 7 Sep 2006 12:18:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 12:18:14 -0000 Received: (qmail 29162 invoked by uid 500); 7 Sep 2006 12:18:13 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 29149 invoked by uid 500); 7 Sep 2006 12:18:12 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 29138 invoked by uid 99); 7 Sep 2006 12:18:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 05:18:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [15.219.201.135] (HELO bgerelbas02.asiapac.hp.net) (15.219.201.135) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 05:18:08 -0700 Received: from bgeexg12.asiapacific.cpqcorp.net (bgeexg12.asiapacific.cpqcorp.net [16.150.33.62]) by bgerelbas02.asiapac.hp.net (Postfix) with ESMTP id 4E22333066 for ; Thu, 7 Sep 2006 17:47:45 +0530 (IST) Received: from BGEEXC02.asiapacific.cpqcorp.net ([16.150.33.10]) by bgeexg12.asiapacific.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.1830); Thu, 7 Sep 2006 17:47:44 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: axis c++ 1.4 Date: Thu, 7 Sep 2006 17:47:44 +0530 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: axis c++ 1.4 Thread-Index: AcbSdVpYVTHxmphAQXCXXhJjbwKLUwAAYhSg From: "Popuri, Monica" To: "Apache AXIS C User List" X-OriginalArrivalTime: 07 Sep 2006 12:17:44.0812 (UTC) FILETIME=[9FA74AC0:01C6D277] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Adrian, You might be right, but it does not work. Can you help me in knowing how = to get source from SVN. I get error when I try following command=20 svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/c/ axisc.=20 I am planning to take fresh code and compile Thanks & Regards, Monica -----Original Message----- From: Adrian Dick [mailto:adrian.dick@uk.ibm.com] Sent: Thursday, September 07, 2006 5:31 PM To: Apache AXIS C User List Subject: RE: axis c++ 1.4 Hi, This sounds like the server.wsdd file has been edited on Windows, this results in rogue ^M characters at the ends of lines due to differences = in how carriage returns are handled. You will need to manually correct the file, or you may have the dos2unix command which will fix this kind of problem. Regards, Adrian _______________________________________ Adrian Dick (adrian.dick@uk.ibm.com) "Popuri, Monica" wrote on 07/09/2006 11:54:39: > Not sure, i have tried to debug the problem till code level. > The output of simple_axis_server command is : Warning - The > WSDDFilePath file (/home/server.wsdd^M) in the AXISCPP.CONF file > does not exist. > where the name of file has a ^M character appended to it, that may > be the reason that my file is not visible to simple_Axis_server. > If I check the src file common/AxisConfig.cpp file. this reads the > file but adds another character like > FILE *fp =3D fopen (pcValue + 1, "r"); > Can this be the reason that a ^M is getting added. > > Thanks if some body reads this and helps me. > > Regards, > Monica --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org