From agila-user-return-19-apmail-incubator-agila-user-archive=www.apache.org@incubator.apache.org Fri Aug 19 14:26:59 2005 Return-Path: Delivered-To: apmail-incubator-agila-user-archive@www.apache.org Received: (qmail 7371 invoked from network); 19 Aug 2005 14:26:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Aug 2005 14:26:59 -0000 Received: (qmail 58934 invoked by uid 500); 19 Aug 2005 14:26:43 -0000 Mailing-List: contact agila-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: agila-user@incubator.apache.org Delivered-To: mailing list agila-user@incubator.apache.org Received: (qmail 58870 invoked by uid 99); 19 Aug 2005 14:26:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2005 07:26:43 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of matthieu.riou@gmail.com designates 64.233.184.201 as permitted sender) Received: from [64.233.184.201] (HELO wproxy.gmail.com) (64.233.184.201) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2005 07:26:59 -0700 Received: by wproxy.gmail.com with SMTP id i1so770925wra for ; Fri, 19 Aug 2005 07:26:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s9JSUTET2o+KWCouchZvwg51I2u2vs1kmhO9WVjKlbLcHKVu/IVW81/6BeqQAgb9mluXzfuqB2rPDr3JluNhfSYWHMO7yY/t+p1PotrTP+VvUMgITCMI4fiQcAYQVD4eExxhILK33HNP4ohZvHCT9TbHKVKbrut7XpM4EM0BhBs= Received: by 10.54.11.10 with SMTP id 10mr1948953wrk; Fri, 19 Aug 2005 07:26:38 -0700 (PDT) Received: by 10.54.44.63 with HTTP; Fri, 19 Aug 2005 07:26:38 -0700 (PDT) Message-ID: Date: Fri, 19 Aug 2005 16:26:38 +0200 From: Matthieu Riou Reply-To: matthieu.riou@gmail.com To: agila-user@incubator.apache.org, mail@mircojeske.de Subject: Re: BPEL and Java Web Services In-Reply-To: <43059779.2020305@mircojeske.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43059779.2020305@mircojeske.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Mirco, Your service should just return a "complex type" and your correlation will be extracted using the property alias you defined. Let's say your web service returns a structure that looks like this (once serialized in XML) : ZZ1284 286 5 If a correlation is composed of the shippmentId and the productId, you'll just have to declare two properties with alias /order/shippmentId and /order/productId. Cheers, Matthieu. On 8/19/05, Mirco Jeske wrote: > Hi list, >=20 > how would I get correlations to work when using java web services? Since > these java classes can only return one value (even a more complex type) > I have no idea how to get an additional information for a > correlationsSet.... >=20 > does onyone know a solution for this? >=20 > thanx, Mirco >