On 04/11/2008, Andrej van der Zee <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  Is the following sequence possible with JMeter:
>  1) Receive XML reply from server

Yes - SOAP/XML-RPC or HTTP Sampler

>  2) Extract node from XML, let's say node X

Yes - XPath Extractor

>  3) Send another XML request in POST_DATA, but before sending it replacing
>  the session id in the XML by X from 2)

Yes, SOAP/XML-RPC

>  I saw that it is possible to send XML requests from a file, but can I also
>  do simple string-replacements before sending it to the server? How should I
>  do this?

JMeter does not process files before sending them; you will have to
either put the XML in the GUI - so variables are processed - or write
your own file handling.

>  Cheers,
>
> Andrej
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to