Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 26689 invoked from network); 23 Feb 2009 18:16:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2009 18:16:38 -0000 Received: (qmail 66283 invoked by uid 500); 23 Feb 2009 18:16:37 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 66276 invoked by uid 500); 23 Feb 2009 18:16:37 -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 66267 invoked by uid 99); 23 Feb 2009 18:16:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2009 10:16:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.190.39.106] (HELO web50811.mail.re2.yahoo.com) (206.190.39.106) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Feb 2009 18:16:30 +0000 Received: (qmail 56271 invoked by uid 60001); 23 Feb 2009 18:16:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1235412968; bh=4BYsTK5yYcVq9HuQHDFlUib+RcJ/VeQIJpBU3cY83S4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=jXoOiXDg3MoWAX4u5gDjY+xuDRCvXdJ9ruxjOP8+V9LViTWWHOUI8NdgUQjuNTq7jYWstAAFW3azzGa5FYlS8EAyYs/q8izOJttNtb/W9JXBGP/SdX1AbSEMFNsrGvI+YbIiKk/GHFnWP04cIPVxlsEh83ADoTZGIl60uXSjg9g= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=YT1I55l0EO5/Be8p5Y+8Lj2R0zwBHpjZwCKQDN7Iyfu9CKD4IW/7Khy6uyFgW5L62rOOUxYayClVcmz2XSpcE2qHhTZNRNNvTXXPY4LDBGFQuS+XejwAaw/C+fd3q28t6SvEqkeD4+uuaV+mfBSweneJKGhU+DwazzudUKgKIZ8=; Message-ID: <698536.56239.qm@web50811.mail.re2.yahoo.com> X-YMail-OSG: uldds8AVM1m9956xAnbwbItd5tGcgtjj5guDNzsvJgVcXTuyEUTII_T_MRfwDbYOR.nLEoX8cWzK6Ecsg_EjipDPY05wRNif2xCjH_DLzdS.quhBI7HHY0vp0.LVV4IDaKMhbWhaNzr.FWzyRessdfWl4oAHIcjEK_xGIHaWfv3O2MSNn5SIHmvCOslpADNGSWMf4vLtbEAXCzDM2C1t4LDvPN65ows- Received: from [194.217.48.251] by web50811.mail.re2.yahoo.com via HTTP; Mon, 23 Feb 2009 10:16:08 PST X-Mailer: YahooMailWebService/0.7.289.1 Date: Mon, 23 Feb 2009 10:16:08 -0800 (PST) From: S Balaji Reply-To: ijalab@yahoo.com Subject: Axis C/C++ client : basic questions To: Apache AXIS C User List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org 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