Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 34640 invoked from network); 27 Feb 2009 21:31:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 21:31:19 -0000 Received: (qmail 66083 invoked by uid 500); 27 Feb 2009 21:31:19 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 66070 invoked by uid 500); 27 Feb 2009 21:31:19 -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 66061 invoked by uid 99); 27 Feb 2009 21:31:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 13:31:18 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of amra@us.ibm.com designates 32.97.182.137 as permitted sender) Received: from [32.97.182.137] (HELO e7.ny.us.ibm.com) (32.97.182.137) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 21:31:08 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e7.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n1RLMO37025114 for ; Fri, 27 Feb 2009 16:22:24 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n1RLUlvf187440 for ; Fri, 27 Feb 2009 16:30:47 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n1RLUlrC002126 for ; Fri, 27 Feb 2009 16:30:47 -0500 Received: from d27ml101.rchland.ibm.com (d27ml101.rchland.ibm.com [9.10.229.40]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n1RLUlTF002114 for ; Fri, 27 Feb 2009 16:30:47 -0500 In-Reply-To: <698536.56239.qm@web50811.mail.re2.yahoo.com> References: <698536.56239.qm@web50811.mail.re2.yahoo.com> To: "Apache AXIS C User List" Cc: Apache AXIS C User List MIME-Version: 1.0 Subject: Re: Axis C/C++ client : basic questions X-KeepSent: 8B6729C6:0D8EA0ED-8625756A:0075BAAC; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.0.2 HF623 January 16, 2009 Message-ID: From: Nadir Amra Date: Fri, 27 Feb 2009 15:30:46 -0600 X-MIMETrack: Serialize by Router on d27ml101/27/M/IBM(Release 8.0.2FP1|January 12, 2009) at 02/27/2009 03:30:46 PM, Serialize complete at 02/27/2009 03:30:46 PM Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Axis CPP is the more mature than axis2c.... The client end of Axis CPP is very robust and is used in production. I really do not use the server-side of things although they share 90% of the same code so I assume it is stable. Axis2C is the successor to Axis CPP and supports much more of the WS-* standards. If you want to use Axis CPP, you should down the code directly from SVN and build it yourself using ant or VC. The current binaries that are out there are very very old and full of defects. Hopefully updated binaries will be downloadable in the near future. Nadir Amra S Balaji wrote on 02/23/2009 12:16:08 PM: > [image removed] > > Axis C/C++ client : basic questions > > S Balaji > > to: > > Apache AXIS C User List > > 02/23/2009 12:23 PM > > Please respond to "Apache AXIS C User List" > > > > Hi All, > > I work for a commercial software company. Our product is a business > software that is developed in C++ and runs on various platforms : > Solaris, Linux, WIndows-32-bit, AIX, HP-UX-Itanium. The C++ compiler > we use is vendor supplied, not g++. For example in Windows, we use > VC++, on AIX, we use xlC. Our customer has exposed some web services > (WSDL) that we need to make calls to. So I basically need a portable > C++ Soap client solution for all these platforms. > > I am open to C as well as C++ solutions for the web services calls. > I guess Axis2 is more mature than Axis ? The WSDL the customer has > given is non-trivial with complex types and arrays of complex types. > Given that I need a solution that works on many platforms as > mentioned above, and also I want latest jira-fixes that have been > made, which one would you recommend ? Axis cpp or Axis2/C ? > > I tried playing with axis-c-1.6b-Win32-trace-bin binaries on windows > and got hello world/calculator examples to work, but had some > problems with using my customer's WSDLs. I posted the problems on > this forum earlier. It was suggested to me to pick up latest source > and build it. Here are the links for C++ I found, but they appear old : > http://ws.apache.org/axis/cpp/download.html - Can someone please > point me to the latest ? Thanks a lot. > > For Axis2/C : I guess this link is the correct one to pick up from ? > http://ws.apache.org/axis2/c/download.cgi > > Am I right in saying that Axis CPP or Axis2/C has not been ported to > HP-UX yet ? > > I would really appreciate your replies. > > Thanks a lot. > > - B > > >