Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 12725 invoked from network); 26 Jul 2004 05:09:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Jul 2004 05:09:32 -0000 Received: (qmail 97867 invoked by uid 500); 26 Jul 2004 05:09:31 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 97849 invoked by uid 500); 26 Jul 2004 05:09:31 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 97834 invoked by uid 99); 26 Jul 2004 05:09:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [66.98.134.77] (HELO s12.s12avahost.net) (66.98.134.77) by apache.org (qpsmtpd/0.27.1) with ESMTP; Sun, 25 Jul 2004 22:09:30 -0700 Received: from conr-adsl-pool5-164.txucom.net ([66.170.212.164] helo=sisyphus) by s12.s12avahost.net with smtp (Exim 4.34) id 1Boxjr-0001N2-Dt for axis-c-dev@ws.apache.org; Mon, 26 Jul 2004 00:09:27 -0500 Message-ID: <023e01c472ce$ba6335f0$6700a8c0@sisyphus> From: "Rud Merriam" To: "Axis C Dev" Subject: VC .NET Build Broken Date: Mon, 26 Jul 2004 00:09:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-PopBeforeSMTPSenders: k5rudus,rud@k5rud.us X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - s12.s12avahost.net X-AntiAbuse: Original Domain - ws.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - arrl.net X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I download Axis to use with a project that needs to connect to a web service. The client creation is clearly superior ot gSoap. I experimented with the Amazon WSDL and encountered some problems that I reported to the user email list. After getting a clean compile I am receiving an exception about an invalid string position. It isn't real useful since it is buried in the DLLs. I downloaded the source to build a debug library or DLL. It won't build using the VC projects. I did a CVS checkout and it won't build either. I experimented trying to get it to work without success. The VC build just seems to be broken. For the client the errors are: Compiling... WSDDDocumentExpat.cpp c1xx : fatal error C1083: Cannot open source file: '\axisdev\ws-axis\c\src\wsdd\WSDDDocumentExpat.cpp': No such file or directory TypeMapping.cpp d:\axisdev\ws-axis\c\src\common\TypeMapping.cpp(29) : error C2371: 'm_sTypeMap' : redefinition; different basic types d:\axisdev\ws-axis\c\include\axis\server\TypeMapping.h(63) : see declaration of 'm_sTypeMap' SoapParserExpat.cpp c1xx : fatal error C1083: Cannot open source file: '\axisdev\ws-axis\c\src\soap\SoapParserExpat.cpp': No such file or directory Packet.cpp d:\axisdev\ws-axis\c\src\common\Packet.cpp(26) : fatal error C1083: Cannot open include file: 'axis/server/AxisTrace.h': No such file or directory AxisException.cpp c1xx : fatal error C1083: Cannot open source file: '\axisdev\ws-axis\c\src\common\AxisException.cpp': No such file or directory Rud Merriam K5RUD For the server, which I don't need, the errors are: TypeMapping.cpp d:\axisdev\ws-axis\c\src\common\TypeMapping.cpp(29) : error C2371: 'm_sTypeMap' : redefinition; different basic types d:\axisdev\ws-axis\c\include\axis\server\TypeMapping.h(63) : see declaration of 'm_sTypeMap' Packet.cpp d:\axisdev\ws-axis\c\src\common\Packet.cpp(26) : fatal error C1083: Cannot open include file: 'axis/server/AxisTrace.h': No such file or directory