Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 60657 invoked from network); 9 Aug 2007 20:58:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2007 20:58:20 -0000 Received: (qmail 19403 invoked by uid 500); 9 Aug 2007 20:58:13 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 18454 invoked by uid 500); 9 Aug 2007 20:58:11 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 18443 invoked by uid 99); 9 Aug 2007 20:58:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 13:58:10 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 20:58:05 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IJF4j-0005ef-8d for axis-user@ws.apache.org; Thu, 09 Aug 2007 13:57:45 -0700 Message-ID: <12080657.post@talk.nabble.com> Date: Thu, 9 Aug 2007 13:57:45 -0700 (PDT) From: feh To: axis-user@ws.apache.org Subject: returning complex object with Axis2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ramin@berbee.com X-Virus-Checked: Checked by ClamAV on apache.org Please bear with me...it's been a few months since I've worked with Axis 2, so my description of the situation may not be very clear... I've learned just enough about Axis 2 to write a soap service. It is a little bit unusual, in that the soap service was added to an existing web application, running under Tomcat. From what I remember, Axis 2 was designed to be its own container, so I had to find instructions somewhere on the net (where, I don't remember), which outlined how to incorporate Axis2 into an existing web app. Needless to say, this is probably not a "standard" installation. Anyway, all my services currently return primitive values (String, int, int[], etc). I'm wondering how to return complex objects, if it's possible. Is there documentation or a howto that covers this situation? In all the examples I've looked at so far, the service methods all return primitives. Thanks. -- View this message in context: http://www.nabble.com/returning-complex-object-with-Axis2-tf4245196.html#a12080657 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org