Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 53776 invoked from network); 22 May 2006 20:19:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 May 2006 20:19:59 -0000 Received: (qmail 79848 invoked by uid 500); 22 May 2006 20:19:50 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 79835 invoked by uid 500); 22 May 2006 20:19:50 -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 79824 invoked by uid 99); 22 May 2006 20:19:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 13:19:49 -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 lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 13:19:49 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FiGsC-0006kD-UX for axis-user@ws.apache.org; Mon, 22 May 2006 13:19:28 -0700 Message-ID: <4511532.post@talk.nabble.com> Date: Mon, 22 May 2006 12:58:54 -0700 (PDT) From: Gabriel Moura To: axis-user@ws.apache.org Subject: show a method return in xml response MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: gabrielmoura@frb.br X-Nabble-From: Gabriel Moura X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi, i am brazilian student and speak english very well. :D my doubt is: i want show only "xxxReturn" in the aplication.. my client is generated by wsdl2.. i obtain xml response using: ------------------------------------------- java.io.ByteArrayOutputStream baos = new java.io.ByteArrayOutputStream(); _call.getMessageContext().getMessage().writeTo(baos); String XMLContents = new java.lang.String(baos.toByteArray(), "UTF-8"); System.out.println(XMLContents); ----------------------------------------------- How i show only "xxxReturn" for example? anyone can help-me? -- View this message in context: http://www.nabble.com/show+a+method+return+in+xml+response-t1664824.html#a4511532 Sent from the Axis - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org