You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by wo...@apache.org on 2004/01/15 14:40:11 UTC

cvs commit: jakarta-jmeter/xdocs/usermanual build-ws-test-plan.xml component_reference.xml

woolfel     2004/01/15 05:40:11

  Modified:    xdocs/usermanual build-ws-test-plan.xml
                        component_reference.xml
  Log:
  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
  
  
  Revision  Changes    Path
  1.4       +7 -4      jakarta-jmeter/xdocs/usermanual/build-ws-test-plan.xml
  
  Index: build-ws-test-plan.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-ws-test-plan.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-ws-test-plan.xml	15 Jan 2004 03:10:47 -0000	1.3
  +++ build-ws-test-plan.xml	15 Jan 2004 13:40:11 -0000	1.4
  @@ -124,9 +124,12 @@
   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>
   
  
  
  
  1.72      +7 -2      jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- component_reference.xml	15 Jan 2004 03:09:15 -0000	1.71
  +++ component_reference.xml	15 Jan 2004 13:40:11 -0000	1.72
  @@ -337,7 +337,7 @@
   
   <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 @@
    <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>
  
  
  

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