Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 25899 invoked from network); 27 Feb 2008 10:31:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 10:31:51 -0000 Received: (qmail 63136 invoked by uid 500); 27 Feb 2008 10:31:37 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 63123 invoked by uid 500); 27 Feb 2008 10:31:37 -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 63112 invoked by uid 99); 27 Feb 2008 10:31:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 02:31:37 -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 pzfreo@gmail.com designates 64.233.184.224 as permitted sender) Received: from [64.233.184.224] (HELO wr-out-0506.google.com) (64.233.184.224) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 10:31:02 +0000 Received: by wr-out-0506.google.com with SMTP id 50so4753397wra.18 for ; Wed, 27 Feb 2008 02:31:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=cOOaKosb4dqi9aw0Cj9TxHH9Ns/kZQlwghXIUPW5DII=; b=mUkvmXJu5ODEqq+ngNAqugr3NxcKvWuY+EUhM75oCPEBfFZnoMUGCyy7WSkCCj8EIz4MH2BMgnD7no1Xoe73+5HzADIp6RXknK2SNvoCxKk1kMWKv3wWaQptRhI9r+sL2HNbmJgLkd5gzPU3IwOHWumUr23pWrhzAEj4mu7xIbk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qFBRpkJz/HRJdiJ7Qv+0iMum0BvM3slchayRyXzjk4Ubn3knWaRI74mt9kMi2tGBYa76RoUY6WhomelPLdgS9GnajRC81aPJ4syamDlcGOWgJAllBfa2JELnfLeEsH1bJHWiU6eHYejhXT97oTYBzol1mz7R6IRhDtPDU1IhGzc= Received: by 10.140.252.16 with SMTP id z16mr298272rvh.168.1204108269722; Wed, 27 Feb 2008 02:31:09 -0800 (PST) Received: by 10.140.133.10 with HTTP; Wed, 27 Feb 2008 02:31:09 -0800 (PST) Message-ID: <88f5d710802270231n76e13fdapbf61ac8ee2385d36@mail.gmail.com> Date: Wed, 27 Feb 2008 10:31:09 +0000 From: "Paul Fremantle" To: axis-user@ws.apache.org Subject: Re: xml over xml In-Reply-To: <429d65070802270136m1425cd09tea0cdf4b8c03eb93@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <429d65070802270136m1425cd09tea0cdf4b8c03eb93@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Mathieu You have three options. 1) make it xsd:any instead of text, so that it is really XML all the way 2) encase the XML in 3) escape all the XML characters Fundamentally whatever your service provider is doing it should do one of these. Paul On Wed, Feb 27, 2008 at 9:36 AM, mathieu fabre wrote: > Hi, > > I use an axisServlet for my webapp with my own transport. I create > TransportListener > and TransportSender. When a message is receive by transportListener, i send > the SOAP message > to axis in order to call the good method. > > When Axis finish it's work, it call the TransportSender to send the > response. But in the response, > some elements which are TEXT element contain XML. > > in example : > > part of response > > > > value > > > > If value which is a TEXT contain XML nodes, what can i do to block the > processing of these XML nodes ( done by the requester when it receive > response - ie RPCClient ) ? > > Thanks, > > Mat > > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org paul@wso2.com "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org