updated the documentation to reflect the changes made last night

so the sampler picks up the proxy settings when they are blank in
the text fields

peter lin


git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@324081 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 72b8571757
This commit is contained in:
Peter Lin 2004-01-15 13:40:11 +00:00
parent dc95560b62
commit 20ff8755cf
2 changed files with 12 additions and 4 deletions

View File

@ -124,9 +124,12 @@ to the location. For convienance, there is a third option of using a
message folder. The sampler will randomly select files from a given
folder and use the text for the soap message.</p>
<p>If you are behind a HTTP Proxy, check use proxy and enter the host
and port. If "Use Proxy" is check, but no host or port, the sampler will
fail silently.</p>
<p>An important note on the sampler. It will automatically use the proxy host
and port passed to JMeter from command line, if thoe fields in the sampler are
left blank. If a sampler has values in the proxy host and port text field, it
will use the ones provided by the user. If no host or port are provided and
JMeter wasn't started with command line options, the sampler will fail
silently. This behavior may not be what users expect.</p>
</section>

View File

@ -337,7 +337,7 @@ POST content.</p>
<description><p>This sampler has been tested with IIS Webservice running .NET 1.0. It
hasn't been tested with SUN or IBM webservices providers, but it should work.
The sampler uses Apache SOAP driver, to serialize the message and set the header
The sampler uses Apache SOAP driver to serialize the message and set the header
with the correct SOAPAction. Right now the sampler doesn't support automatic WSDL
handling, since Apache SOAP currently does not provide support for it. Both IBM
and SUN provide WSDL drivers. There are 3 options for the post data: text area,
@ -346,6 +346,11 @@ POST content.</p>
<p>The sampler requires mail.jar and activation.jar. This is because Apache SOAP
requires the libs. Because mail.jar and activation.jar are distributed by Sun,
you have to download it separately.</p>
<p>An important note on the sampler is it will automatically use the proxy host
and port passed to JMeter from command line, if thoe fields in the sampler are
left blank. If a sampler has values in the proxy host and port text field, it
will use the ones provided by the user. This behavior may not be what users
expect.</p>
</description>
<properties>