Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 95490 invoked from network); 7 Nov 2004 02:09:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Nov 2004 02:09:54 -0000 Received: (qmail 42453 invoked by uid 500); 7 Nov 2004 02:09:50 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 42345 invoked by uid 500); 7 Nov 2004 02:09:49 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 42315 invoked by uid 99); 7 Nov 2004 02:09:48 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of woolfel@gmail.com designates 64.233.170.196 as permitted sender) Received: from [64.233.170.196] (HELO rproxy.gmail.com) (64.233.170.196) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 06 Nov 2004 18:09:48 -0800 Received: by rproxy.gmail.com with SMTP id a36so198961rnf for ; Sat, 06 Nov 2004 18:09:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LFisYBArGe349jOAd41b6CCnlQJaHUtJT7fyV6iGp1LxEG50+3vKpBaaR00aPJD5aksiYL78uKPoogS1qRnlQwR7mkBofVitrZ+BvdFhBBbQFPxRvRBrDeDb5ft7rwxKlrp7jUfbYIPOU7heGPGlo6vZ32YnKrduVHiUV18pYwU= Received: by 10.38.65.42 with SMTP id n42mr1215777rna; Sat, 06 Nov 2004 18:09:46 -0800 (PST) Received: by 10.38.164.30 with HTTP; Sat, 6 Nov 2004 18:09:46 -0800 (PST) Message-ID: <27e674a9041106180946c6574e@mail.gmail.com> Date: Sat, 6 Nov 2004 21:09:46 -0500 From: Peter Lin Reply-To: Peter Lin To: JMeter Users List Subject: Glue WSDL now supported In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've just checked in a fix so the wsdhelper handles gluecode wsdl correctly. I've also started working on a new SOAP sampler that uses Axis. Specifically, it uses WSDL2Java tool to generate the client code. It will take a week or so to get a working sampler, since it is a completely different approach than the current apache SOAP sampler. peter On Mon, 01 Nov 2004 15:45:46 -0600, John Ferron wrote: > I'm trying to use JMeter to profile our app that we are developing and > I'm having some issues with trying to setup JMeter. Once I have > loading JMeter, I'm created a WebService thread with 5 threads and a > loop > count of 2. I then created a Webservice(SOAP) Request and have put in > the > (localhost) wsdl address to grab the wsdl off of the running instance > of tomcat on my machine. When I press the load WSDL button, it looks > like the app is trying to do something, but nothing is populated in the > web > methods. I've clicked the "Read SOAP Response" to read any soap > messages. Our WSDL contains the actual xsd schema with in the file. > XMLSpy has said that the xml is valid even though JMeter says it is > not. Any questions or a way to make this work... please help. Thanks > > John > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org