Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 29974 invoked from network); 20 Nov 2007 15:47:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 15:47:30 -0000 Received: (qmail 59296 invoked by uid 500); 20 Nov 2007 15:47:16 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 59275 invoked by uid 500); 20 Nov 2007 15:47:16 -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 59264 invoked by uid 99); 20 Nov 2007 15:47:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 07:47:16 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amra@us.ibm.com designates 32.97.182.146 as permitted sender) Received: from [32.97.182.146] (HELO e6.ny.us.ibm.com) (32.97.182.146) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 15:47:03 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e6.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id lAKFmZU2002690 for ; Tue, 20 Nov 2007 10:48:35 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.6) with ESMTP id lAKFku91141006 for ; Tue, 20 Nov 2007 10:46:56 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id lAKFkukA025968 for ; Tue, 20 Nov 2007 10:46:56 -0500 Received: from d27ml101.rchland.ibm.com (d27ml101.rchland.ibm.com [9.10.229.40]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id lAKFkuGF025961 for ; Tue, 20 Nov 2007 10:46:56 -0500 In-Reply-To: To: "Apache AXIS C User List" Cc: "Apache AXIS C User List" MIME-Version: 1.0 Subject: Re: Axis CPP 1.6 and Complex element X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: From: Nadir Amra Date: Tue, 20 Nov 2007 09:46:59 -0600 X-MIMETrack: Serialize by Router on d27ml101/27/M/IBM(Release 7.0.3|September 26, 2007) at 11/20/2007 09:46:55 AM, Serialize complete at 11/20/2007 09:46:55 AM Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org Sunil, Axis2/C is the next generation Web services engine, and most of the Axis C++ developers have moved on to Axis2/C. You would have to read the doc and see what is supported because I am not sure what level of support there is for the various elements. Nadir K. Amra Sunil Pandit wrote on 11/20/2007 09:40:37 AM: > Nadir > > Thanks for your response. > > This is a server side problem. However I believe it is a very common use of > web service and wondering if I am missing something . > > Your comments makes me think if I should switch to Axis2c. We are > evaluating these products . Does Axis2/C have a good support for complex > elements ? > > Regards > Sunil Pandit > R&D , CSC FSG Austin > (512)2755792 > > Computer Sciences Corporation > Registered Office: 2100 East Grand Avenue, El Segundo California 90245, USA > Registered in USA No: C-489-59 > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > This is a PRIVATE message. If you are not the intended recipient, please > delete without copying and kindly advise us by e-mail of the mistake in > delivery. > NOTE: Regardless of content, this e-mail shall not operate to bind CSC to > any order or other contract unless pursuant to explicit written agreement > or government initiative expressly permitting the use of e-mail for such > purpose. > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > > > Nadir Amra > > To > 11/20/2007 09:10 "Apache AXIS C User List" > AM > cc > > Please respond to Subject > "Apache AXIS C Re: Axis CPP 1.6 and Complex > User List" element > pache.org> > > > > > > > > > Sunil, > > If you are having server-side problems, then you will probably be out of > luck for getting a timely fix, if you get one, since that side of things > has been dormant for quite a while. However, on the client side of > things, I still will perform debug and try to fix bugs assuming that I can > recreate the problem, which requires WSDL and SOAP response. > > Nadir K. Amra > > > Sunil Pandit wrote on 11/19/2007 10:12:36 PM: > > > > > Hello Axis experts , > > > > I am having some problems using axis cpp 1.6 . I have already posted my > > question but I have not got any feedback . I hope I get some feedback > this > > time. > > I am using latest axis cpp build out of source code from svn . My web > > service is consuming a complex element which has two sub elements of > type > > string . > > The code is genereted fine. However the webservice fails while > > deserializing the complex element . I am attaching the Axis log . > > I also tried invoking getElementAsString , passing the name of element . > > This function returns null value . I can see a valid soap request > message > > in CPMonitor. > > I would appreciate any help in resolving this issue. > > > > (See attached file: AxisLog) > > Regards > > Sunil Pandit > > R&D , CSC FSG Austin > > (512)2755792 > > > --------------------------------------------------------------------- > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org