Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 46375 invoked from network); 25 Apr 2006 12:26:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2006 12:26:53 -0000 Received: (qmail 22272 invoked by uid 500); 25 Apr 2006 12:26:32 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 22266 invoked by uid 500); 25 Apr 2006 12:26:32 -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 22255 invoked by uid 99); 25 Apr 2006 12:26:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 05:26:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robertlazarski@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO pproxy.gmail.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 05:26:31 -0700 Received: by pproxy.gmail.com with SMTP id b29so1312769pya for ; Tue, 25 Apr 2006 05:26:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sFByUujreddDv+j/f4srI3FCuubPnOxQLXdfwpXMIk2QaM8X9Pkw3lSWMx1Va0d4Tpk2DJDue/ynfk+H0XwrC4aseXo+MldtEUA35qattwgAx3nJO1vktL9GwMHk2NvgB2r2lYHQsmANQyD3jr3SDvsrvof19sbilaHrRH7NXhQ= Received: by 10.35.98.6 with SMTP id a6mr854269pym; Tue, 25 Apr 2006 05:26:11 -0700 (PDT) Received: by 10.35.46.12 with HTTP; Tue, 25 Apr 2006 05:26:10 -0700 (PDT) Message-ID: Date: Tue, 25 Apr 2006 09:26:10 -0300 From: "robert lazarski" To: axis-user@ws.apache.org Subject: Re: Sending my own object Type as SOAP message In-Reply-To: <8255.195.188.213.35.1145964833.squirrel@195.188.213.35> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5247_26336178.1145967970991" References: <8255.195.188.213.35.1145964833.squirrel@195.188.213.35> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5247_26336178.1145967970991 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline My recomendation is to do this via WSDL (preferably doc / lit style) and databinding. Arrays are supported. Both axis 1.x and Axis2 have docs showin= g how. HTH, Robert http://www.braziloutsource.com/ On 4/25/06, rafiqy@blueyonder.co.uk wrote: > > Hi there, > > Can someone please explain to me how I can send my own Java object (i.e. = I > have a java class called AccidentRecord) I want to send an Array of > AccidentRecord via SOAP to my client when they invoke my service portType= , > getAccidents(String numberOfAccidents, String queryNumber) ...please > advice? > > Thanx > > yasmin > > > ------=_Part_5247_26336178.1145967970991 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline My recomendation is to do this via WSDL (preferably doc / lit style) and databinding. Arrays are supported. Both axis 1.x and Axis2 have docs showing how.

HTH,
Robert
http://www.braziloutsource.com/=

On 4/25/06, rafiqy@blueyonder.co= .uk <rafiqy@blueyonder.c= o.uk> wrote:
Hi there,

Can someone please explain to me how I can send my own Jav= a object (i.e. I
have a java class called AccidentRecord) I want to send= an Array of
AccidentRecord via SOAP to my client when they invoke my se= rvice portType,
getAccidents(String numberOfAccidents, String queryNumber) ...pleaseadvice?

Thanx

yasmin



------=_Part_5247_26336178.1145967970991--