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 2005/11/17 16:15:05 UTC

svn commit: r345259 - /jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml

Author: woolfel
Date: Thu Nov 17 07:14:59 2005
New Revision: 345259

URL: http://svn.apache.org/viewcvs?rev=345259&view=rev
Log:
updating the soap webservice sampler doc to explain how to use it with CSVDataSet
peter

Modified:
    jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml?rev=345259&r1=345258&r2=345259&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml Thu Nov 17 07:14:59 2005
@@ -426,7 +426,6 @@
 
 
 <component name="WebService(SOAP) Request" index="&sect-num;.1.7" screenshot="webservice_sampler.png">
-<center><h2>(Beta Code)</h2></center>
 <description><p>This sampler has been tested with IIS Webservice running .NET 1.0 and .NET 1.1.
  It has been tested with SUN JWSDP, IBM webservices, Axis and gSoap toolkit for C/C++.
  The sampler uses Apache SOAP driver to serialize the message and set the header
@@ -452,6 +451,9 @@
  (true). If you need to maintain the session, add a blank Header Manager. The
  sampler uses the Header Manager to store the SOAPHTTPConnection object, since
  there apache soap does provide a easy way to get and set the cookies.</p>
+ <p><b>Note:</b> If you are using CSVDataSet, do not check "Memory Cache". If memory
+ cache is checked, it will not iterate to the next value. That means all the requests
+ will use the first value.</p>
 </description>
 
 <properties>



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