Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 57572 invoked from network); 17 Apr 2007 18:57:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2007 18:57:43 -0000 Received: (qmail 84197 invoked by uid 500); 17 Apr 2007 18:57:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 84142 invoked by uid 500); 17 Apr 2007 18:57:44 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 84128 invoked by uid 99); 17 Apr 2007 18:57:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 11:57:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 11:57:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A9BD714046 for ; Tue, 17 Apr 2007 11:57:15 -0700 (PDT) Message-ID: <8720513.1176836235344.JavaMail.jira@brutus> Date: Tue, 17 Apr 2007 11:57:15 -0700 (PDT) From: "Nikolay Gorylenko (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-2551) CDATA section escaping while ServiceClient.sendReceive() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org CDATA section escaping while ServiceClient.sendReceive() -------------------------------------------------------- Key: AXIS2-2551 URL: https://issues.apache.org/jira/browse/AXIS2-2551 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: client-api Affects Versions: 1.1 Environment: > java -version java version "1.5.0_08" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03) Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing) > ps ax | grep jboss 30186 ? S 0:00 /bin/sh /opt/jboss/bin/run.sh -c default 30215 ? Sl 3:29 /usr/lib/jvm/java-1.5.0-sun/bin/java -Dprogram.name=run.sh -server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=127.0.0.1:53761,suspend=y,server=n -Xms512m -Xmx1024m -Djava.endorsed.dirs=/opt/jboss/lib/endorsed -classpath /opt/jboss/bin/run.jar:/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar org.jboss.Main -c default Reporter: Nikolay Gorylenko 21:24 -!- Channel #apache-axis created Sun Nov 26 08:43:10 2006 21:24 -!- Irssi: Join to #apache-axis was synced in 0 secs 21:25 < n0mer> hello 21:26 < n0mer> does anyone know why this is a part of OMElement passed as param: "" 21:29 < n0mer> but SOAPMonitor see this request as following: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>< 21:30 < n0mer> param0 is created this way: OMElement param0 = factory.createOMElement("param0", ns); OMNode cdata = factory.createOMText(param0,content.getText(), XMLStreamConstants.CDATA); request.addChild(param0); 21:31 < davanum> n0mer: that's a definite bug. please create a bug report with your code -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org