Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 80998 invoked from network); 9 Mar 2007 13:04:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2007 13:04:10 -0000 Received: (qmail 23281 invoked by uid 500); 9 Mar 2007 13:04:17 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 23255 invoked by uid 500); 9 Mar 2007 13:04:16 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 23244 invoked by uid 99); 9 Mar 2007 13:04:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2007 05:04:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [160.83.65.199] (HELO imr6.us.db.com) (160.83.65.199) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2007 05:04:05 -0800 Received: from msgr0003.de.db.com by imr6.us.db.com id l29D3RCC020734; Fri, 9 Mar 2007 08:03:30 -0500 (EST) To: jmeter-user@jakarta.apache.org X-Mailer: Lotus Notes Release 6.5.5 CCH1 March 07, 2006 From: Noam Paz Message-ID: Date: Fri, 9 Mar 2007 14:03:27 +0100 Subject: Problems with WebService request X-MIMETrack: Serialize by Router on MSGR0003/srv/dbsmtp(Release 6.5.5 HF696|July 19, 2006) at 09.03.2007 14:03:30 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Hello, This is just a rehash of the note(s) I sent 2 days ago, but I haven't seen any response, and I really could use some help with this. What are the limitations on the soap message sent in the field Soap/XML-RPC Data? More concrete: We send a message containing an XML request to be executed. In this XML request there is a second XML request embedded in a CDATA section. See request 1 below. JMeter seems to have problems with XML in the request. It can not process it and sends nothing. In the jmeter.log we see 2007/03/07 15:44:59 WARN - jmeter.protocol.http.sampler.WebServiceSampler: Error processing data: The processing instruction target matching "[xX][mM][lL]" is not allowed. 2007/03/07 15:44:59 WARN - jmeter.protocol.http.sampler.WebServiceSampler: [SOAPException: faultCode=Could not create document; msg=] As a workaround we tried to put the offending XML request entirely as a CDATA section in our SOAP request (see request 2) Again, JMeter can not process the request. jmeter.log reveals following info: 2007/03/07 11:11:58 WARN - jmeter.protocol.http.sampler.WebServiceSampler: Error processing data: The element type "string" must be terminated by the matching end-tag "". 2007/03/07 11:11:58 WARN - jmeter.protocol.http.sampler.WebServiceSampler: [SOAPException: faultCode=Could not create document; msg=] Are we doing something wrong? Do we stumble on limitations of JMeter? Any ideas/workarounds? Thanks!! Request 1 - the original request ================================ 1 HtmlClient FrontendService
DBK 20 33
1234567 1234567 710000 1 A
]]>
Request 2 - the XML request is packed in the CDATA section ========================================================== 1 HtmlClient FrontendService
DBK 20 33
1234567 1234567 710000 1 A
]]>
]]>
-- Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org