Return-Path: Delivered-To: apmail-incubator-cxf-user-archive@locus.apache.org Received: (qmail 6927 invoked from network); 15 Oct 2007 14:43:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2007 14:43:11 -0000 Received: (qmail 50508 invoked by uid 500); 15 Oct 2007 14:42:58 -0000 Delivered-To: apmail-incubator-cxf-user-archive@incubator.apache.org Received: (qmail 50467 invoked by uid 500); 15 Oct 2007 14:42:58 -0000 Mailing-List: contact cxf-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-user@incubator.apache.org Delivered-To: mailing list cxf-user@incubator.apache.org Received: (qmail 50458 invoked by uid 99); 15 Oct 2007 14:42:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 07:42:58 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=SPF_SOFTFAIL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of bim2007@basistech.com does not designate 199.88.205.99 as permitted sender) Received: from [199.88.205.99] (HELO mail.basistech.com) (199.88.205.99) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 14:43:01 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: JSR 181 & Document literal wrapped Date: Mon, 15 Oct 2007 10:42:40 -0400 Message-ID: In-Reply-To: <13212227.post@talk.nabble.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JSR 181 & Document literal wrapped Thread-Index: AcgPK7Cy+qwyE10/Q8qz0qUOwzahzAADdkcw References: <13212227.post@talk.nabble.com> From: "Benson Margulies" To: X-Virus-Checked: Checked by ClamAV on apache.org Where are you getting the requirement that the response be named 'Response', as opposed to, say, OpNameResponse? Aside from that, I think that what you are asking for is the default behavior of JAX-WS + JAXB. > -----Original Message----- > From: cunparis [mailto:michaelpub@gmail.com] > Sent: Monday, October 15, 2007 9:02 AM > To: cxf-user@incubator.apache.org > Subject: JSR 181 & Document literal wrapped >=20 >=20 > I'd like to use JSR 181 to expose a class as a web service using document > literal wrapped encoding. In DLW each operation must have one parameter > with the same name as the operation, and the return object has the same > name > + Response. I'm curious if I have to follow these standards in Java when > I > design the interfaces or if I can just make normal java methods and have > JSR > 181 generate the service DLW? >=20 > Anyone tried this? >=20 >=20 > -- > View this message in context: http://www.nabble.com/JSR-181---Document- > literal-wrapped-tf4627235.html#a13212227 > Sent from the cxf-user mailing list archive at Nabble.com.