Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 37832 invoked from network); 13 Apr 2006 15:59:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2006 15:59:59 -0000 Received: (qmail 24865 invoked by uid 500); 13 Apr 2006 15:59:51 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 24847 invoked by uid 500); 13 Apr 2006 15:59:51 -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 24836 invoked by uid 99); 13 Apr 2006 15:59:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 08:59:50 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kenc@edp.fastfreenet.com designates 195.60.21.229 as permitted sender) Received: from [195.60.21.229] (HELO cvb1.fastfreenet.com) (195.60.21.229) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 13 Apr 2006 08:59:49 -0700 Received: (qmail 23804 invoked by uid 512); 13 Apr 2006 15:59:25 -0000 Received: from 195.60.21.227 by cvb1.fastfreenet.com (envelope-from , uid 502) with qmail-scanner-1.25 (sophie: 3.05/2.32/4.03. spamassassin: 3.1.0. Clear:RC:0(195.60.21.227):SA:0(-2.5/5.0):. Processed in 0.716949 secs); 13 Apr 2006 15:59:25 -0000 Received: from balti.fastfreenet.com (195.60.21.227) by cvb1.fastfreenet.com with SMTP; 13 Apr 2006 15:59:24 -0000 Received: from KenC ([195.60.23.157]) by balti.fastfreenet.com (8.13.6/chris) with ESMTP id k3DFxMvr016302 for ; Thu, 13 Apr 2006 16:59:23 +0100 From: "Ken Campbell" To: Subject: RE: SOAP - literal x encoded Date: Thu, 13 Apr 2006 16:59:16 +0100 Organization: EDP Message-ID: <000601c65f13$3b255ec0$760110ac@KenC> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <99ddef2f0604121038n35fd8615i47725c31fd23549b@mail.gmail.com> x-mimeole: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcZeWBucL9Rgm4CBSEekHuL4pGlnrgAuskoQ Received-SPF: pass (balti.fastfreenet.com: 195.60.23.157 is whitelisted by SPF-milter whitelist entry) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-2.5 required=5.0 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Daniel, If you are using WSDL2Java then you could use the -d xmlbeans data = binding option. This will generate XmlBeans objects for your types. Regards, Ken ________________________________________ From: Daniel Destro [mailto:danieldestro@gmail.com]=20 Sent: 12 April 2006 17:38 To: axis-user@ws.apache.org Subject: SOAP - literal x encoded Someone told me here to use DOCUMENT/LITERAL instead of ENCODED SOAP, because I wanted a more simple SOAP response message. Well, it does work, BUT the problem is, it no longer uses Wrapper Types, instead it uses primitives. =A0 Is it possible to use wrappers using literal soap style? =A0 thanks Daniel