Re: Unable to pass variable from one GET request to a second GET request

2019-05-10 Thread Mark Kocken
Thank you for the response. Will ensure no images in future. Anyway I ended up adding a constant timer in the test and that fixed the problem. Again many thanks for your response. Regards Mark On Fri, May 10, 2019 at 6:17 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > The l

Re: Unable to pass variable from one GET request to a second GET request

2019-05-10 Thread Felix Schumacher
The list strips most images -- in your case all are lost. Please use text. Regards,  Felix Am 10.05.19 um 06:20 schrieb Mark Kocken: > Hi all, > > I have a GET request that passes back an xml that contains a ticket > ID. I have setup a Regular Expression Extractor that extracts the > Ticket ID a

Unable to pass variable from one GET request to a second GET request

2019-05-09 Thread Mark Kocken
Hi all, I have a GET request that passes back an xml that contains a ticket ID. I have setup a Regular Expression Extractor that extracts the Ticket ID and that in turn is used as a variable for the next GET request. I checked the Debug Sampler and it is showing the correct string is being extrac