xpath extractor issue

2009-06-29 Thread Fitzpatrick, Adrian
Hi, I'm having a bit of a weird problem with an XPath Extractor in Jmeter 2.3.2 r665936. The Xpath query I am using is - //*[local-name()='MailboxItem'][*[local-name()='TransactionId']="${TX_ID}"]// *[local-name()='MailboxId'] The problem seems to be with the use of the variable ${TX_ID} - this

Re: XPath Extractor Issue

2007-05-08 Thread Ivan Rancati
on Linux JMeter was happy with single slashes, not double. What helped me with the XPath queries was save the .xml to a temporary file and looking at it with XPath Explorer http://sourceforge.net/projects/xpe/ http://sourceforge.net/projects/xpe/ -- View this message in context: http://www.na

RE: XPath Extractor Issue

2007-05-04 Thread Matthew Coventon
:24 PM To: JMeter Users List Subject: RE: XPath Extractor Issue Hi all, Is it possible to "push" variables from a Beanshell PreProcessor? I need to do some processing inside a Beanshell script which is called from a BeanShell PreProcessor. I know the PreProcessor passes in var, ctx

RE: XPath Extractor Issue

2007-05-04 Thread Shawn Heeley
get it to work. Thanks Shawn -Original Message- From: Matthew Coventon [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 2:23 PM To: 'JMeter Users List' Subject: RE: XPath Extractor Issue Hmm ... I guess I'm not familiar with how JMeter would handle this. The XPath would

RE: XPath Extractor Issue

2007-05-04 Thread Matthew Coventon
try doing //challenge/item/Row and see what that does. -Original Message- From: Shawn Heeley [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 12:50 PM To: JMeter Users List Subject: RE: XPath Extractor Issue Hi Matt, So I tried going back to the Xpath Extractor option. I still have the

RE: XPath Extractor Issue

2007-05-04 Thread Shawn Heeley
3 items (grid_val_matchNr=3) but it doesn't seem to have access to the acutal values. Thoughts? Thanks for the help, Shawn -Original Message- From: Matthew Coventon [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 10:00 AM To: 'JMeter Users List' Subject: RE: XPath Extractor Issue

RE: XPath Extractor Issue

2007-05-04 Thread Matthew Coventon
in the document. Regards, Matt C. -Original Message- From: Shawn Heeley [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 8:51 AM To: JMeter Users List Subject: RE: XPath Extractor Issue No, our code defines the soapenv namespace. I think I must have mistyped in my email. I've fi

RE: XPath Extractor Issue

2007-05-04 Thread Shawn Heeley
able to pick apart in the BeanShellPreProcessor. This seems to work. Thx. Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 9:47 AM To: jmeter-user@jakarta.apache.org Subject: Re: XPath Extractor Issue > 0 > 043 m>14 Inside

Re: XPath Extractor Issue

2007-05-04 Thread jens
> 0 > 043 m>14 Inside the XPath Extractor, I have the following: //soapenv:Envelope//soapenv:Body//getChallengeReturn//challenge/* ^^^ shouldn't this be "//soap:Envelope"? Regards, Jens - To unsubscribe, e-mail: [EMAIL

XPath Extractor Issue

2007-05-04 Thread Shawn Heeley
Hi folks, I'm new to JMeter. This is my first attempt at using it to performance test a Web Services application. I have a web services call that results in an XML body response. In the response is the following (I'm paraphrasing this): 0 04314 Before the next web services request, I need