Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 90459 invoked from network); 13 Jun 2007 23:42:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2007 23:42:57 -0000 Received: (qmail 37548 invoked by uid 500); 13 Jun 2007 23:43:00 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 37535 invoked by uid 500); 13 Jun 2007 23:43:00 -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 37519 invoked by uid 99); 13 Jun 2007 23:43:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 16:43:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of amra@us.ibm.com designates 32.97.182.142 as permitted sender) Received: from [32.97.182.142] (HELO e2.ny.us.ibm.com) (32.97.182.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 16:42:55 -0700 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id l5DNgYLe002354 for ; Wed, 13 Jun 2007 19:42:34 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l5DNgYRF373828 for ; Wed, 13 Jun 2007 19:42:34 -0400 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 l5DNgYfu029551 for ; Wed, 13 Jun 2007 19:42:34 -0400 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 l5DNgYkL029541 for ; Wed, 13 Jun 2007 19:42:34 -0400 In-Reply-To: To: "Apache AXIS C User List" MIME-Version: 1.0 Subject: RE: Problem with Complex Objects in AxisCPP Engine!! X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: From: Nadir Amra Date: Wed, 13 Jun 2007 18:42:20 -0500 X-MIMETrack: Serialize by Router on d27ml101/27/M/IBM(Release 7.0.2FP2|May 14, 2007) at 06/13/2007 06:42:33 PM, Serialize complete at 06/13/2007 06:42:33 PM Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org I would suggest that you use SVN code base. If that fails, you can create JIRA and attach WSDL file and expected SOAP response. Nadir K. Amra e-Business Technologies - IBM eServer i5/OS IBM Rochester, MN, (Tel. 507-253-0645, t/l 553-0645) Internet: amra@us.ibm.com "Shailesh Srivastava" wrote on 06/13/2007 08:18:05 AM: > Hi All, > > Thanks for the information Nadir. > > I tried to use axisxpp 1.6b as well. But with no success. > > Even with axiscpp1.6b I am having the same problem. Axiscpp engine is > not forming proper complex object. > Is it a problem with Deep-Copy not being done while copying the > Parameters?? > > If yes, can anyone suggest me where and how can I solve this problem? > > Any help would be appreciated. > > Thanks in Advance > -Shailesh > -----Original Message----- > From: Nadir Amra [mailto:amra@us.ibm.com] > Sent: Tuesday, June 12, 2007 2:04 AM > To: Apache AXIS C User List > Cc: axis-c-user@ws.apache.org > Subject: Re: Problem with Complex Objects in AxisCPP Engine!! > > You should move to AXISCPP 1.6Beta, at the very least. Better way would > > be to build the current codebase from SVN since there are numerous fixes > > that are not in 1.6Beta > > Nadir K. Amra > > > "Shailesh Srivastava" wrote on > 06/11/2007 08:14:22 AM: > > > I am facing a very serious problem with AxisCPP. > > > > The problem is a show-stopper for me. > > > > Here I explain: > > > > > > > > I am trying to deploy a web-service for ALE(application level events) > as > > per the EPC Global standards. WSDL file has been taken from the EPC > > Global Standard web-site. > > > > > > > > The services are deployed properly. > > > > The Client sends an XML file, which axis server receives and > > deserializes into Objects named as ECSpecs ( It's a complex type > > object). > > > > > > > > But the Values in the ECSpec complex object are not proper. > > > > Example: > > > > The XML file sent by Client is: > > > > > > > > - > xmlns:epcglobal="urn:epcglobal:xsd:1" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="urn:epcglobal:ale:xsd:1 Ale.xsd" > schemaVersion="1.0" > > creationDate="2003-08-06T10:54:06.444-05:00"> > > > > - > > > > dock_1a > > > > dock_1b > > > > > > > > - > > > > http://sample.com/trigger1 > > > > 20000 > > > > http://sample.com/trigger2 > > > > 3000 > > > > > > > > - > > > > - > > > > > > > > > > > > > > > > - > > > > > > > > > > > > > > > > - > > > > > > > > - > > > > urn:epc:pat:sgtin-64:X.X.X.* > > > > > > > > > > > > > > > > > > > > > > > > > > > > When I try to access startTrigger etc, values the simple_axis_server > > dumps. > > Also, the repeatPeriod which is defined as "xsd__long" and should have > a > > value "2000" is getting a value "275638678" > > > > > > > > I am using Xerces 2.2 and axiscpp 1.4. I guess it's a problem either > > with the XML Parser or Desrialization function. > > > > > > > > Can any one (Samisa, or any one) help me in this regard. > > > > > > > > Is it a problem with deep copy not being done in engine???? > > > > > > > > Awaiting your response. > > > > > > > > Thanks in Advance > > > > -Shailesh > > > > Shailesh Srivastava > > Sr. Software Engineer > > Ttec.soc-soft.com > > Extn:3297 > > Mb: +919886624708 > > > > > > --------------------------------------------------------------------- > > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org