Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 6289 invoked from network); 13 Dec 2007 03:12:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 03:12:14 -0000 Received: (qmail 69489 invoked by uid 500); 13 Dec 2007 03:12:03 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 69261 invoked by uid 500); 13 Dec 2007 03:12:02 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 69252 invoked by uid 99); 13 Dec 2007 03:12:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 19:12:02 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 03:11:40 +0000 Received: by an-out-0708.google.com with SMTP id b33so123844ana.83 for ; Wed, 12 Dec 2007 19:11:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=5N6Pxuz2aVLVr4t3EMI40nRTugG2vFmf5XhbgxRqJkI=; b=It1BrKtoLV06kzWDpXBKMhEfR2Nq7EuIkWCn7sFYdZZModDdv0AbXOqqYk0z1cXAVvYiibX55nyCstI+1Ntx+01iqXsCrh7/qicIysacj8WsVb6gpWfMqLOtz97N2zVl2JgRnY3Ebqq+O6nddQgRDxJnW7O6/9WcoDDVWnX5e7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=QzENZLOZiavYjqFkm5ZgRn4bxrTmgPAWqSMpaHGZTy5fTfsVRLG2Mxe60FkzNs1M1scOs82Uj6JZcqU8UmbD58C0S3yTpVJzacbUEcXJE8m/taEcb5X4oJS8FRzmTf8nycB+VmYxUw7bhBcbBFDMPCBTZ/7UG7S+MH3C3PXIXAY= Received: by 10.100.253.12 with SMTP id a12mr3074244ani.26.1197515503110; Wed, 12 Dec 2007 19:11:43 -0800 (PST) Received: from ?10.1.217.11? ( [74.94.172.193]) by mx.google.com with ESMTPS id 11sm4115564wrl.2007.12.12.19.11.42 (version=SSLv3 cipher=RC4-MD5); Wed, 12 Dec 2007 19:11:42 -0800 (PST) Subject: @WebResult From: Benson Margulies To: Daniel Kulp Cc: cxf-dev Content-Type: text/plain Date: Wed, 12 Dec 2007 22:11:42 -0500 Message-Id: <1197515502.6324.11.camel@bim-1330.basistech.net> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I now see that the @WebResult annotation calls the extra level of XML into existence. All I lack is an understanding of how it ends up in the service model.