You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Jose Castro <ok...@gmail.com> on 2008/10/01 19:52:22 UTC

Can a soap request port number(and IP) be dynamic?

During our testing we have different environments. In our case we are
just changing the port number.  Is there a way to create the port
number as a variable so I dont have to change every since request?


Thank you

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Can a soap request port number(and IP) be dynamic?

Posted by sebb <se...@gmail.com>.
On 01/10/2008, Jose Castro <ok...@gmail.com> wrote:
> During our testing we have different environments. In our case we are
>  just changing the port number.  Is there a way to create the port
>  number as a variable so I dont have to change every since request?

I think it should (depending on the sampler you used), but you'll need
to try it and see.

Start by defining the following on the Test Plan:

SOAP_PORT                       12345

then use ${SOAP_PORT} in the sampler.

>
>  Thank you
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org